Struct JOBOBJECT_RATE_CONTROL_TOLERANCE
#[repr(transparent)]pub struct JOBOBJECT_RATE_CONTROL_TOLERANCE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for JOBOBJECT_RATE_CONTROL_TOLERANCE
impl Clone for JOBOBJECT_RATE_CONTROL_TOLERANCE
§fn clone(&self) -> JOBOBJECT_RATE_CONTROL_TOLERANCE
fn clone(&self) -> JOBOBJECT_RATE_CONTROL_TOLERANCE
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 JOBOBJECT_RATE_CONTROL_TOLERANCE
impl Debug for JOBOBJECT_RATE_CONTROL_TOLERANCE
§impl Default for JOBOBJECT_RATE_CONTROL_TOLERANCE
impl Default for JOBOBJECT_RATE_CONTROL_TOLERANCE
§fn default() -> JOBOBJECT_RATE_CONTROL_TOLERANCE
fn default() -> JOBOBJECT_RATE_CONTROL_TOLERANCE
Returns the “default value” for a type. Read more
impl Copy for JOBOBJECT_RATE_CONTROL_TOLERANCE
impl Eq for JOBOBJECT_RATE_CONTROL_TOLERANCE
impl StructuralPartialEq for JOBOBJECT_RATE_CONTROL_TOLERANCE
Auto Trait Implementations§
impl Freeze for JOBOBJECT_RATE_CONTROL_TOLERANCE
impl RefUnwindSafe for JOBOBJECT_RATE_CONTROL_TOLERANCE
impl Send for JOBOBJECT_RATE_CONTROL_TOLERANCE
impl Sync for JOBOBJECT_RATE_CONTROL_TOLERANCE
impl Unpin for JOBOBJECT_RATE_CONTROL_TOLERANCE
impl UnwindSafe for JOBOBJECT_RATE_CONTROL_TOLERANCE
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