#[repr(C)]pub struct DWRITE_FONT_AXIS_VALUE {
pub axisTag: DWRITE_FONT_AXIS_TAG,
pub value: FLOAT,
}
Fields§
§axisTag: DWRITE_FONT_AXIS_TAG
§value: FLOAT
Trait Implementations§
Source§impl Clone for DWRITE_FONT_AXIS_VALUE
impl Clone for DWRITE_FONT_AXIS_VALUE
Source§fn clone(&self) -> DWRITE_FONT_AXIS_VALUE
fn clone(&self) -> DWRITE_FONT_AXIS_VALUE
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_FONT_AXIS_VALUE
impl Default for DWRITE_FONT_AXIS_VALUE
Source§fn default() -> DWRITE_FONT_AXIS_VALUE
fn default() -> DWRITE_FONT_AXIS_VALUE
Returns the “default value” for a type. Read more
impl Copy for DWRITE_FONT_AXIS_VALUE
Auto Trait Implementations§
impl Freeze for DWRITE_FONT_AXIS_VALUE
impl RefUnwindSafe for DWRITE_FONT_AXIS_VALUE
impl Send for DWRITE_FONT_AXIS_VALUE
impl Sync for DWRITE_FONT_AXIS_VALUE
impl Unpin for DWRITE_FONT_AXIS_VALUE
impl UnwindSafe for DWRITE_FONT_AXIS_VALUE
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