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