Struct UNIDRVINFO
#[repr(C)]pub struct UNIDRVINFO {}
Fields§
§dwSize: u32
§flGenFlags: u32
§wType: u16
§fCaps: u16
§wXRes: u16
§wYRes: u16
§sYAdjust: i16
§sYMoved: i16
§wPrivateData: u16
§sShift: i16
§SelectFont: INVOC
§UnSelectFont: INVOC
§wReserved: [u16; 4]
Trait Implementations§
§impl Clone for UNIDRVINFO
impl Clone for UNIDRVINFO
§fn clone(&self) -> UNIDRVINFO
fn clone(&self) -> UNIDRVINFO
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 UNIDRVINFO
impl Debug for UNIDRVINFO
§impl PartialEq for UNIDRVINFO
impl PartialEq for UNIDRVINFO
impl Copy for UNIDRVINFO
impl StructuralPartialEq for UNIDRVINFO
Auto Trait Implementations§
impl Freeze for UNIDRVINFO
impl RefUnwindSafe for UNIDRVINFO
impl Send for UNIDRVINFO
impl Sync for UNIDRVINFO
impl Unpin for UNIDRVINFO
impl UnwindSafe for UNIDRVINFO
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