Struct win_sys::SystemServices::SCRUB_PARITY_EXTENT_DATA [−][src]
#[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],
}Expand description
Required features: Win32_System_SystemServices
Fields
Size: u16Flags: u16NumberOfParityExtents: u16MaximumNumberOfParityExtents: u16ParityExtents: [SCRUB_PARITY_EXTENT; 1]Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more