Struct windows_sys::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,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
Version: u32
Size: u32
DirtyLowThreshold: u32
DirtyHighThreshold: u32
Trait Implementations
impl Clone for HYBRID_DIRTY_THRESHOLDS
impl Clone for HYBRID_DIRTY_THRESHOLDS
impl Copy for HYBRID_DIRTY_THRESHOLDS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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