Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_FONT_AXIS_RANGE
[−]#[repr(C)]pub struct DWRITE_FONT_AXIS_RANGE {
pub axisTag: DWRITE_FONT_AXIS_TAG,
pub minValue: f32,
pub maxValue: f32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
axisTag: DWRITE_FONT_AXIS_TAG
minValue: f32
maxValue: f32
Trait Implementations
impl Clone for DWRITE_FONT_AXIS_RANGE
impl Clone for DWRITE_FONT_AXIS_RANGE
impl Copy for DWRITE_FONT_AXIS_RANGE
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_FONT_AXIS_RANGE
impl Send for DWRITE_FONT_AXIS_RANGE
impl Sync for DWRITE_FONT_AXIS_RANGE
impl Unpin for DWRITE_FONT_AXIS_RANGE
impl UnwindSafe for DWRITE_FONT_AXIS_RANGE
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