#[repr(C)]pub struct MemList {
pub ml_Node: Node,
pub ml_NumEntries: UWORD,
pub ml_ME: [MemEntry; 1],
}Fields§
§ml_Node: Node§ml_NumEntries: UWORD§ml_ME: [MemEntry; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemList
impl RefUnwindSafe for MemList
impl !Send for MemList
impl !Sync for MemList
impl Unpin for MemList
impl UnwindSafe for MemList
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