Struct winapi::um::winnt::SCRUB_PARITY_EXTENT
source · #[repr(C)]pub struct SCRUB_PARITY_EXTENT {
pub Offset: LONGLONG,
pub Length: ULONGLONG,
}
Fields§
§Offset: LONGLONG
§Length: ULONGLONG
Trait Implementations§
source§impl Clone for SCRUB_PARITY_EXTENT
impl Clone for SCRUB_PARITY_EXTENT
source§fn clone(&self) -> SCRUB_PARITY_EXTENT
fn clone(&self) -> SCRUB_PARITY_EXTENT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SCRUB_PARITY_EXTENT
impl Default for SCRUB_PARITY_EXTENT
source§fn default() -> SCRUB_PARITY_EXTENT
fn default() -> SCRUB_PARITY_EXTENT
Returns the “default value” for a type. Read more