Struct windows_sys::Win32::Devices::Display::DISPLAYCONFIG_RATIONAL
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
Numerator: u32
Denominator: u32
Trait Implementations
impl Clone for DISPLAYCONFIG_RATIONAL
impl Clone for DISPLAYCONFIG_RATIONAL
impl Copy for DISPLAYCONFIG_RATIONAL
Auto Trait Implementations
impl RefUnwindSafe for DISPLAYCONFIG_RATIONAL
impl Send for DISPLAYCONFIG_RATIONAL
impl Sync for DISPLAYCONFIG_RATIONAL
impl Unpin for DISPLAYCONFIG_RATIONAL
impl UnwindSafe for DISPLAYCONFIG_RATIONAL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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