#[repr(C)]pub struct DWRITE_PANOSE_script {
pub familyKind: UINT8,
pub toolKind: UINT8,
pub weight: UINT8,
pub spacing: UINT8,
pub aspectRatio: UINT8,
pub contrast: UINT8,
pub scriptTopology: UINT8,
pub scriptForm: UINT8,
pub finials: UINT8,
pub xAscent: UINT8,
}
Fields§
§familyKind: UINT8
§toolKind: UINT8
§weight: UINT8
§spacing: UINT8
§aspectRatio: UINT8
§contrast: UINT8
§scriptTopology: UINT8
§scriptForm: UINT8
§finials: UINT8
§xAscent: UINT8
Trait Implementations§
Source§impl Clone for DWRITE_PANOSE_script
impl Clone for DWRITE_PANOSE_script
Source§fn clone(&self) -> DWRITE_PANOSE_script
fn clone(&self) -> DWRITE_PANOSE_script
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_script
impl Default for DWRITE_PANOSE_script
Source§fn default() -> DWRITE_PANOSE_script
fn default() -> DWRITE_PANOSE_script
Returns the “default value” for a type. Read more
impl Copy for DWRITE_PANOSE_script
Auto Trait Implementations§
impl Freeze for DWRITE_PANOSE_script
impl RefUnwindSafe for DWRITE_PANOSE_script
impl Send for DWRITE_PANOSE_script
impl Sync for DWRITE_PANOSE_script
impl Unpin for DWRITE_PANOSE_script
impl UnwindSafe for DWRITE_PANOSE_script
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