#[repr(C)]pub struct DWRITE_FONT_FEATURE {
pub nameTag: DWRITE_FONT_FEATURE_TAG,
pub parameter: UINT32,
}
Fields§
§nameTag: DWRITE_FONT_FEATURE_TAG
§parameter: UINT32
Trait Implementations§
Source§impl Clone for DWRITE_FONT_FEATURE
impl Clone for DWRITE_FONT_FEATURE
Source§fn clone(&self) -> DWRITE_FONT_FEATURE
fn clone(&self) -> DWRITE_FONT_FEATURE
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_FEATURE
impl Default for DWRITE_FONT_FEATURE
Source§fn default() -> DWRITE_FONT_FEATURE
fn default() -> DWRITE_FONT_FEATURE
Returns the “default value” for a type. Read more
impl Copy for DWRITE_FONT_FEATURE
Auto Trait Implementations§
impl Freeze for DWRITE_FONT_FEATURE
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§
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