#[repr(C)]pub struct DWRITE_PANOSE_decorative {
pub familyKind: UINT8,
pub decorativeClass: UINT8,
pub weight: UINT8,
pub aspect: UINT8,
pub contrast: UINT8,
pub serifVariant: UINT8,
pub fill: UINT8,
pub lining: UINT8,
pub decorativeTopology: UINT8,
pub characterRange: UINT8,
}
Fields§
§familyKind: UINT8
§decorativeClass: UINT8
§weight: UINT8
§aspect: UINT8
§contrast: UINT8
§serifVariant: UINT8
§fill: UINT8
§lining: UINT8
§decorativeTopology: UINT8
§characterRange: UINT8
Trait Implementations§
Source§impl Clone for DWRITE_PANOSE_decorative
impl Clone for DWRITE_PANOSE_decorative
Source§fn clone(&self) -> DWRITE_PANOSE_decorative
fn clone(&self) -> DWRITE_PANOSE_decorative
Returns a duplicate 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 Default for DWRITE_PANOSE_decorative
impl Default for DWRITE_PANOSE_decorative
Source§fn default() -> DWRITE_PANOSE_decorative
fn default() -> DWRITE_PANOSE_decorative
Returns the “default value” for a type. Read more
impl Copy for DWRITE_PANOSE_decorative
Auto Trait Implementations§
impl Freeze for DWRITE_PANOSE_decorative
impl RefUnwindSafe for DWRITE_PANOSE_decorative
impl Send for DWRITE_PANOSE_decorative
impl Sync for DWRITE_PANOSE_decorative
impl Unpin for DWRITE_PANOSE_decorative
impl UnwindSafe for DWRITE_PANOSE_decorative
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