Struct windows_sys::Devices::Display::Core::DisplayPresentationRate
[−]#[repr(C)]pub struct DisplayPresentationRate {
pub VerticalSyncRate: Rational,
pub VerticalSyncsPerPresentation: i32,
}Expand description
Required features: ‘Devices_Display_Core’, ‘Foundation_Numerics’
Fields
VerticalSyncRate: RationalVerticalSyncsPerPresentation: i32Trait Implementations
impl Clone for DisplayPresentationRate
impl Clone for DisplayPresentationRate
impl Copy for DisplayPresentationRate
Auto Trait Implementations
impl RefUnwindSafe for DisplayPresentationRate
impl Send for DisplayPresentationRate
impl Sync for DisplayPresentationRate
impl Unpin for DisplayPresentationRate
impl UnwindSafe for DisplayPresentationRate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more