Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_FONT_FEATURE
[−]#[repr(C)]pub struct DWRITE_FONT_FEATURE {
pub nameTag: DWRITE_FONT_FEATURE_TAG,
pub parameter: u32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
nameTag: DWRITE_FONT_FEATURE_TAG
parameter: u32
Trait Implementations
impl Clone for DWRITE_FONT_FEATURE
impl Clone for DWRITE_FONT_FEATURE
impl Copy for DWRITE_FONT_FEATURE
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_FONT_FEATURE
impl Send for DWRITE_FONT_FEATURE
impl Sync for DWRITE_FONT_FEATURE
impl Unpin for DWRITE_FONT_FEATURE
impl UnwindSafe for DWRITE_FONT_FEATURE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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