Struct windows::Win32::Storage::IscsiDisc::HYBRID_DIRTY_THRESHOLDS
#[repr(C)]pub struct HYBRID_DIRTY_THRESHOLDS {
pub Version: u32,
pub Size: u32,
pub DirtyLowThreshold: u32,
pub DirtyHighThreshold: u32,
}
Fields§
§Version: u32
§Size: u32
§DirtyLowThreshold: u32
§DirtyHighThreshold: u32
Trait Implementations§
§impl Clone for HYBRID_DIRTY_THRESHOLDS
impl Clone for HYBRID_DIRTY_THRESHOLDS
§fn clone(&self) -> HYBRID_DIRTY_THRESHOLDS
fn clone(&self) -> HYBRID_DIRTY_THRESHOLDS
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 more§impl Debug for HYBRID_DIRTY_THRESHOLDS
impl Debug for HYBRID_DIRTY_THRESHOLDS
§impl Default for HYBRID_DIRTY_THRESHOLDS
impl Default for HYBRID_DIRTY_THRESHOLDS
§impl PartialEq for HYBRID_DIRTY_THRESHOLDS
impl PartialEq for HYBRID_DIRTY_THRESHOLDS
§fn eq(&self, other: &HYBRID_DIRTY_THRESHOLDS) -> bool
fn eq(&self, other: &HYBRID_DIRTY_THRESHOLDS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HYBRID_DIRTY_THRESHOLDS
impl Eq for HYBRID_DIRTY_THRESHOLDS
impl StructuralPartialEq for HYBRID_DIRTY_THRESHOLDS
Auto Trait Implementations§
impl Freeze for HYBRID_DIRTY_THRESHOLDS
impl RefUnwindSafe for HYBRID_DIRTY_THRESHOLDS
impl Send for HYBRID_DIRTY_THRESHOLDS
impl Sync for HYBRID_DIRTY_THRESHOLDS
impl Unpin for HYBRID_DIRTY_THRESHOLDS
impl UnwindSafe for HYBRID_DIRTY_THRESHOLDS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)