Struct DWRITE_PANOSE_1
#[repr(C)]pub struct DWRITE_PANOSE_1 {
pub familyKind: u8,
pub toolKind: u8,
pub weight: u8,
pub spacing: u8,
pub aspectRatio: u8,
pub contrast: u8,
pub scriptTopology: u8,
pub scriptForm: u8,
pub finials: u8,
pub xAscent: u8,
}
Fields§
§familyKind: u8
§toolKind: u8
§weight: u8
§spacing: u8
§aspectRatio: u8
§contrast: u8
§scriptTopology: u8
§scriptForm: u8
§finials: u8
§xAscent: u8
Trait Implementations§
§impl Clone for DWRITE_PANOSE_1
impl Clone for DWRITE_PANOSE_1
§fn clone(&self) -> DWRITE_PANOSE_1
fn clone(&self) -> DWRITE_PANOSE_1
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 DWRITE_PANOSE_1
impl Debug for DWRITE_PANOSE_1
§impl Default for DWRITE_PANOSE_1
impl Default for DWRITE_PANOSE_1
§impl PartialEq for DWRITE_PANOSE_1
impl PartialEq for DWRITE_PANOSE_1
impl Copy for DWRITE_PANOSE_1
impl StructuralPartialEq for DWRITE_PANOSE_1
Auto Trait Implementations§
impl Freeze for DWRITE_PANOSE_1
impl RefUnwindSafe for DWRITE_PANOSE_1
impl Send for DWRITE_PANOSE_1
impl Sync for DWRITE_PANOSE_1
impl Unpin for DWRITE_PANOSE_1
impl UnwindSafe for DWRITE_PANOSE_1
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