#[repr(C, packed(1))]
pub struct DWM_PRESENT_PARAMETERS { pub cbSize: u32, pub fQueue: BOOL, pub cRefreshStart: u64, pub cBuffer: u32, pub fUseSourceRate: BOOL, pub rateSource: UNSIGNED_RATIO, pub cRefreshesPerFrame: u32, pub eSampling: DWM_SOURCE_FRAME_SAMPLING, }
Expand description

Required features: "Win32_Graphics_Dwm", "Win32_Foundation"

Fields§

§cbSize: u32§fQueue: BOOL§cRefreshStart: u64§cBuffer: u32§fUseSourceRate: BOOL§rateSource: UNSIGNED_RATIO§cRefreshesPerFrame: u32§eSampling: DWM_SOURCE_FRAME_SAMPLING

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.