[][src]Struct ntapi::ntexapi::TIMER_SET_COALESCABLE_TIMER_INFO

#[repr(C)]pub struct TIMER_SET_COALESCABLE_TIMER_INFO {
    pub DueTime: LARGE_INTEGER,
    pub TimerApcRoutine: PTIMER_APC_ROUTINE,
    pub TimerContext: PVOID,
    pub WakeContext: *mut COUNTED_REASON_CONTEXT,
    pub Period: ULONG,
    pub TolerableDelay: ULONG,
    pub PreviousState: PBOOLEAN,
}

Fields

DueTime: LARGE_INTEGERTimerApcRoutine: PTIMER_APC_ROUTINETimerContext: PVOIDWakeContext: *mut COUNTED_REASON_CONTEXTPeriod: ULONGTolerableDelay: ULONGPreviousState: PBOOLEAN

Trait Implementations

impl Clone for TIMER_SET_COALESCABLE_TIMER_INFO[src]

impl Copy for TIMER_SET_COALESCABLE_TIMER_INFO[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.