Struct windows_sys::Win32::System::SystemServices::SCRUB_PARITY_EXTENT_DATA
#[repr(C)]pub struct SCRUB_PARITY_EXTENT_DATA {
pub Size: u16,
pub Flags: u16,
pub NumberOfParityExtents: u16,
pub MaximumNumberOfParityExtents: u16,
pub ParityExtents: [SCRUB_PARITY_EXTENT; 1],
}Fields§
§Size: u16§Flags: u16§NumberOfParityExtents: u16§MaximumNumberOfParityExtents: u16§ParityExtents: [SCRUB_PARITY_EXTENT; 1]Trait Implementations§
§impl Clone for SCRUB_PARITY_EXTENT_DATA
impl Clone for SCRUB_PARITY_EXTENT_DATA
impl Copy for SCRUB_PARITY_EXTENT_DATA
Auto Trait Implementations§
impl RefUnwindSafe for SCRUB_PARITY_EXTENT_DATA
impl Send for SCRUB_PARITY_EXTENT_DATA
impl Sync for SCRUB_PARITY_EXTENT_DATA
impl Unpin for SCRUB_PARITY_EXTENT_DATA
impl UnwindSafe for SCRUB_PARITY_EXTENT_DATA
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