Struct windows_sys::Foundation::Metadata::GCPressureAmount
[−]#[repr(transparent)]pub struct GCPressureAmount(pub i32);
Expand description
Required features: "Foundation_Metadata"
Tuple Fields
0: i32
Implementations
impl GCPressureAmount
impl GCPressureAmount
Trait Implementations
impl Clone for GCPressureAmount
impl Clone for GCPressureAmount
impl Copy for GCPressureAmount
Auto Trait Implementations
impl RefUnwindSafe for GCPressureAmount
impl Send for GCPressureAmount
impl Sync for GCPressureAmount
impl Unpin for GCPressureAmount
impl UnwindSafe for GCPressureAmount
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