Struct windows::Win32::Graphics::Printing::UFF_FONTDIRECTORY
#[repr(C)]pub struct UFF_FONTDIRECTORY {
pub dwSignature: u32,
pub wSize: u16,
pub wFontID: u16,
pub sGlyphID: i16,
pub wFlags: u16,
pub dwInstallerSig: u32,
pub offFontName: u32,
pub offCartridgeName: u32,
pub offFontData: u32,
pub offGlyphData: u32,
pub offVarData: u32,
}
Fields§
§dwSignature: u32
§wSize: u16
§wFontID: u16
§sGlyphID: i16
§wFlags: u16
§dwInstallerSig: u32
§offFontName: u32
§offCartridgeName: u32
§offFontData: u32
§offGlyphData: u32
§offVarData: u32
Trait Implementations§
§impl Clone for UFF_FONTDIRECTORY
impl Clone for UFF_FONTDIRECTORY
§fn clone(&self) -> UFF_FONTDIRECTORY
fn clone(&self) -> UFF_FONTDIRECTORY
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 UFF_FONTDIRECTORY
impl Debug for UFF_FONTDIRECTORY
§impl Default for UFF_FONTDIRECTORY
impl Default for UFF_FONTDIRECTORY
§impl PartialEq for UFF_FONTDIRECTORY
impl PartialEq for UFF_FONTDIRECTORY
§fn eq(&self, other: &UFF_FONTDIRECTORY) -> bool
fn eq(&self, other: &UFF_FONTDIRECTORY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UFF_FONTDIRECTORY
impl Eq for UFF_FONTDIRECTORY
impl StructuralPartialEq for UFF_FONTDIRECTORY
Auto Trait Implementations§
impl Freeze for UFF_FONTDIRECTORY
impl RefUnwindSafe for UFF_FONTDIRECTORY
impl Send for UFF_FONTDIRECTORY
impl Sync for UFF_FONTDIRECTORY
impl Unpin for UFF_FONTDIRECTORY
impl UnwindSafe for UFF_FONTDIRECTORY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)