Struct DWRITE_PANOSE_2
#[repr(C)]pub struct DWRITE_PANOSE_2 {
pub familyKind: u8,
pub decorativeClass: u8,
pub weight: u8,
pub aspect: u8,
pub contrast: u8,
pub serifVariant: u8,
pub fill: u8,
pub lining: u8,
pub decorativeTopology: u8,
pub characterRange: u8,
}
Fields§
§familyKind: u8
§decorativeClass: u8
§weight: u8
§aspect: u8
§contrast: u8
§serifVariant: u8
§fill: u8
§lining: u8
§decorativeTopology: u8
§characterRange: u8
Trait Implementations§
§impl Clone for DWRITE_PANOSE_2
impl Clone for DWRITE_PANOSE_2
§fn clone(&self) -> DWRITE_PANOSE_2
fn clone(&self) -> DWRITE_PANOSE_2
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_2
impl Debug for DWRITE_PANOSE_2
§impl Default for DWRITE_PANOSE_2
impl Default for DWRITE_PANOSE_2
§impl PartialEq for DWRITE_PANOSE_2
impl PartialEq for DWRITE_PANOSE_2
impl Copy for DWRITE_PANOSE_2
impl StructuralPartialEq for DWRITE_PANOSE_2
Auto Trait Implementations§
impl Freeze for DWRITE_PANOSE_2
impl RefUnwindSafe for DWRITE_PANOSE_2
impl Send for DWRITE_PANOSE_2
impl Sync for DWRITE_PANOSE_2
impl Unpin for DWRITE_PANOSE_2
impl UnwindSafe for DWRITE_PANOSE_2
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