Struct windows::Devices::Display::Core::DisplayPresentationRate
#[repr(C)]pub struct DisplayPresentationRate {
pub VerticalSyncRate: Rational,
pub VerticalSyncsPerPresentation: i32,
}
Fields§
§VerticalSyncRate: Rational
§VerticalSyncsPerPresentation: i32
Trait Implementations§
§impl Clone for DisplayPresentationRate
impl Clone for DisplayPresentationRate
§fn clone(&self) -> DisplayPresentationRate
fn clone(&self) -> DisplayPresentationRate
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 DisplayPresentationRate
impl Debug for DisplayPresentationRate
§impl Default for DisplayPresentationRate
impl Default for DisplayPresentationRate
§impl PartialEq for DisplayPresentationRate
impl PartialEq for DisplayPresentationRate
§fn eq(&self, other: &DisplayPresentationRate) -> bool
fn eq(&self, other: &DisplayPresentationRate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DisplayPresentationRate
impl Eq for DisplayPresentationRate
impl StructuralPartialEq for DisplayPresentationRate
Auto Trait Implementations§
impl Freeze for DisplayPresentationRate
impl RefUnwindSafe for DisplayPresentationRate
impl Send for DisplayPresentationRate
impl Sync for DisplayPresentationRate
impl Unpin for DisplayPresentationRate
impl UnwindSafe for DisplayPresentationRate
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)