Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_FONT_AXIS_VALUE
[−]#[repr(C)]pub struct DWRITE_FONT_AXIS_VALUE {
pub axisTag: DWRITE_FONT_AXIS_TAG,
pub value: f32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
axisTag: DWRITE_FONT_AXIS_TAG
value: f32
Trait Implementations
impl Clone for DWRITE_FONT_AXIS_VALUE
impl Clone for DWRITE_FONT_AXIS_VALUE
impl Copy for DWRITE_FONT_AXIS_VALUE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more