Struct mariadb_sys::ilist_node
source · #[repr(C)]pub struct ilist_node {
pub next: *mut ilist_node,
pub prev: *mut ilist_node,
}
Fields§
§next: *mut ilist_node
§prev: *mut ilist_node
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ilist_node
impl !Send for ilist_node
impl !Sync for ilist_node
impl Unpin for ilist_node
impl UnwindSafe for ilist_node
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more