#[repr(C)]pub struct dm_list {
pub n: *mut dm_list,
pub p: *mut dm_list,
}
Fields§
§n: *mut dm_list
§p: *mut dm_list
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dm_list
impl RefUnwindSafe for dm_list
impl !Send for dm_list
impl !Sync for dm_list
impl Unpin for dm_list
impl UnwindSafe for dm_list
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