#[repr(C)]pub struct DWRITE_FONT_PROPERTY {
pub propertyId: DWRITE_FONT_PROPERTY_ID,
pub propertyValue: *const WCHAR,
pub localeName: *const WCHAR,
}
Fields§
§propertyId: DWRITE_FONT_PROPERTY_ID
§propertyValue: *const WCHAR
§localeName: *const WCHAR
Trait Implementations§
Source§impl Clone for DWRITE_FONT_PROPERTY
impl Clone for DWRITE_FONT_PROPERTY
Source§fn clone(&self) -> DWRITE_FONT_PROPERTY
fn clone(&self) -> DWRITE_FONT_PROPERTY
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_PROPERTY
impl Default for DWRITE_FONT_PROPERTY
Source§fn default() -> DWRITE_FONT_PROPERTY
fn default() -> DWRITE_FONT_PROPERTY
Returns the “default value” for a type. Read more
impl Copy for DWRITE_FONT_PROPERTY
Auto Trait Implementations§
impl Freeze for DWRITE_FONT_PROPERTY
impl RefUnwindSafe for DWRITE_FONT_PROPERTY
impl !Send for DWRITE_FONT_PROPERTY
impl !Sync for DWRITE_FONT_PROPERTY
impl Unpin for DWRITE_FONT_PROPERTY
impl UnwindSafe for DWRITE_FONT_PROPERTY
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