Struct windows_sys::Win32::System::SystemServices::SCRUB_PARITY_EXTENT
[−]Expand description
Required features: "Win32_System_SystemServices"
Fields
Offset: i64
Length: u64
Trait Implementations
impl Clone for SCRUB_PARITY_EXTENT
impl Clone for SCRUB_PARITY_EXTENT
impl Copy for SCRUB_PARITY_EXTENT
Auto Trait Implementations
impl RefUnwindSafe for SCRUB_PARITY_EXTENT
impl Send for SCRUB_PARITY_EXTENT
impl Sync for SCRUB_PARITY_EXTENT
impl Unpin for SCRUB_PARITY_EXTENT
impl UnwindSafe for SCRUB_PARITY_EXTENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more