Struct winapi::um::wingdi::DEVMODE_u1
source · #[repr(C)]pub struct DEVMODE_u1(_);
Implementations§
source§impl DEVMODE_u1
impl DEVMODE_u1
pub unsafe fn s1(&self) -> &DEVMODE_u1_s1
pub unsafe fn s1_mut(&mut self) -> &mut DEVMODE_u1_s1
pub unsafe fn s2(&self) -> &DEVMODE_u1_s2
pub unsafe fn s2_mut(&mut self) -> &mut DEVMODE_u1_s2
Trait Implementations§
source§impl Clone for DEVMODE_u1
impl Clone for DEVMODE_u1
source§fn clone(&self) -> DEVMODE_u1
fn clone(&self) -> DEVMODE_u1
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 DEVMODE_u1
impl Default for DEVMODE_u1
source§fn default() -> DEVMODE_u1
fn default() -> DEVMODE_u1
Returns the “default value” for a type. Read more