Struct winapi::um::wingdi::DISPLAYCONFIG_RATIONAL
source · #[repr(C)]pub struct DISPLAYCONFIG_RATIONAL {
pub Numerator: UINT32,
pub Denominator: UINT32,
}
Fields§
§Numerator: UINT32
§Denominator: UINT32
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_RATIONAL
impl Clone for DISPLAYCONFIG_RATIONAL
source§fn clone(&self) -> DISPLAYCONFIG_RATIONAL
fn clone(&self) -> DISPLAYCONFIG_RATIONAL
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 moresource§impl Default for DISPLAYCONFIG_RATIONAL
impl Default for DISPLAYCONFIG_RATIONAL
source§fn default() -> DISPLAYCONFIG_RATIONAL
fn default() -> DISPLAYCONFIG_RATIONAL
Returns the “default value” for a type. Read more