Struct windows_sys::Win32::System::SystemServices::SCRUB_PARITY_EXTENT
#[repr(C)]pub struct SCRUB_PARITY_EXTENT {
pub Offset: i64,
pub Length: u64,
}Fields§
§Offset: i64§Length: u64Trait 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§
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