#[repr(C)]pub struct HYBRID_DIRTY_THRESHOLDS {
pub Version: ULONG,
pub Size: ULONG,
pub DirtyLowThreshold: ULONG,
pub DirtyHighThreshold: ULONG,
}
Fields§
§Version: ULONG
§Size: ULONG
§DirtyLowThreshold: ULONG
§DirtyHighThreshold: ULONG
Trait Implementations§
Source§impl Clone for HYBRID_DIRTY_THRESHOLDS
impl Clone for HYBRID_DIRTY_THRESHOLDS
Source§fn clone(&self) -> HYBRID_DIRTY_THRESHOLDS
fn clone(&self) -> HYBRID_DIRTY_THRESHOLDS
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 HYBRID_DIRTY_THRESHOLDS
impl Default for HYBRID_DIRTY_THRESHOLDS
Source§fn default() -> HYBRID_DIRTY_THRESHOLDS
fn default() -> HYBRID_DIRTY_THRESHOLDS
Returns the “default value” for a type. Read more
impl Copy 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