#[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 duplicate 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
impl Copy for SCRUB_PARITY_EXTENT
Auto Trait Implementations§
impl Freeze for SCRUB_PARITY_EXTENT
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