#[repr(C)]pub struct DWRITE_TYPOGRAPHIC_FEATURES {
pub features: *mut DWRITE_FONT_FEATURE,
pub featureCount: u32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
features: *mut DWRITE_FONT_FEATURE
featureCount: u32
Trait Implementations
impl Clone for DWRITE_TYPOGRAPHIC_FEATURES
impl Clone for DWRITE_TYPOGRAPHIC_FEATURES
impl Copy for DWRITE_TYPOGRAPHIC_FEATURES
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_TYPOGRAPHIC_FEATURES
impl !Send for DWRITE_TYPOGRAPHIC_FEATURES
impl !Sync for DWRITE_TYPOGRAPHIC_FEATURES
impl Unpin for DWRITE_TYPOGRAPHIC_FEATURES
impl UnwindSafe for DWRITE_TYPOGRAPHIC_FEATURES
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