Struct TYPE1_FONT
#[repr(C)]pub struct TYPE1_FONT {
pub hPFM: HANDLE,
pub hPFB: HANDLE,
pub ulIdentifier: u32,
}
Fields§
§hPFM: HANDLE
§hPFB: HANDLE
§ulIdentifier: u32
Trait Implementations§
§impl Clone for TYPE1_FONT
impl Clone for TYPE1_FONT
§fn clone(&self) -> TYPE1_FONT
fn clone(&self) -> TYPE1_FONT
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 TYPE1_FONT
impl Debug for TYPE1_FONT
§impl PartialEq for TYPE1_FONT
impl PartialEq for TYPE1_FONT
impl Copy for TYPE1_FONT
impl StructuralPartialEq for TYPE1_FONT
Auto Trait Implementations§
impl Freeze for TYPE1_FONT
impl RefUnwindSafe for TYPE1_FONT
impl !Send for TYPE1_FONT
impl !Sync for TYPE1_FONT
impl Unpin for TYPE1_FONT
impl UnwindSafe for TYPE1_FONT
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