#[repr(C, packed(2))]pub struct MemEntry {
pub me_Un: MemEntry__bindgen_ty_1,
pub me_Length: ULONG,
}Fields§
§me_Un: MemEntry__bindgen_ty_1§me_Length: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for MemEntry
impl RefUnwindSafe for MemEntry
impl !Send for MemEntry
impl !Sync for MemEntry
impl Unpin for MemEntry
impl UnwindSafe for MemEntry
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