Struct ntapi::ntexapi::T2_SET_PARAMETERS
source · [−]#[repr(C)]pub struct T2_SET_PARAMETERS {
pub Version: ULONG,
pub Reserved: ULONG,
pub NoWakeTolerance: LONGLONG,
}
Fields
Version: ULONG
Reserved: ULONG
NoWakeTolerance: LONGLONG
Trait Implementations
sourceimpl Clone for T2_SET_PARAMETERS
impl Clone for T2_SET_PARAMETERS
sourcefn clone(&self) -> T2_SET_PARAMETERS
fn clone(&self) -> T2_SET_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for T2_SET_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for T2_SET_PARAMETERS
impl Send for T2_SET_PARAMETERS
impl Sync for T2_SET_PARAMETERS
impl Unpin for T2_SET_PARAMETERS
impl UnwindSafe for T2_SET_PARAMETERS
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