#[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
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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