pub type ENUMLOGFONTEXA = tagENUMLOGFONTEXA;
Aliased Type§
struct ENUMLOGFONTEXA {
pub elfLogFont: tagLOGFONTA,
pub elfFullName: [u8; 64],
pub elfStyle: [u8; 32],
pub elfScript: [u8; 32],
}
Fields§
§elfLogFont: tagLOGFONTA
§elfFullName: [u8; 64]
§elfStyle: [u8; 32]
§elfScript: [u8; 32]
Trait Implementations
Source§impl Clone for tagENUMLOGFONTEXA
impl Clone for tagENUMLOGFONTEXA
Source§fn clone(&self) -> tagENUMLOGFONTEXA
fn clone(&self) -> tagENUMLOGFONTEXA
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 Debug for tagENUMLOGFONTEXA
impl Debug for tagENUMLOGFONTEXA
Source§impl Ord for tagENUMLOGFONTEXA
impl Ord for tagENUMLOGFONTEXA
Source§fn cmp(&self, other: &tagENUMLOGFONTEXA) -> Ordering
fn cmp(&self, other: &tagENUMLOGFONTEXA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more