#[repr(C)]pub struct FreeList {
pub fl_NumFree: WORD,
pub fl_MemList: List,
}Fields§
§fl_NumFree: WORD§fl_MemList: ListTrait Implementations§
Auto Trait Implementations§
impl Freeze for FreeList
impl RefUnwindSafe for FreeList
impl !Send for FreeList
impl !Sync for FreeList
impl Unpin for FreeList
impl UnwindSafe for FreeList
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