#[repr(C)]pub struct NVEntry {
pub nve_Node: MinNode,
pub nve_Name: STRPTR,
pub nve_Size: ULONG,
pub nve_Protection: ULONG,
}Fields§
§nve_Node: MinNode§nve_Name: STRPTR§nve_Size: ULONG§nve_Protection: ULONGTrait Implementations§
Auto Trait Implementations§
impl !Send for NVEntry
impl !Sync for NVEntry
impl Freeze for NVEntry
impl RefUnwindSafe for NVEntry
impl Unpin for NVEntry
impl UnsafeUnpin for NVEntry
impl UnwindSafe for NVEntry
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