#[repr(C)]pub struct DWRITE_SHAPING_GLYPH_PROPERTIES {
pub bit_fields: UINT16,
}
Fields§
§bit_fields: UINT16
Implementations§
Source§impl DWRITE_SHAPING_GLYPH_PROPERTIES
impl DWRITE_SHAPING_GLYPH_PROPERTIES
pub fn justification(&self) -> UINT16
pub fn set_justification(&mut self, val: UINT16)
pub fn isClusterStart(&self) -> UINT16
pub fn set_isClusterStart(&mut self, val: UINT16)
pub fn isDiacritic(&self) -> UINT16
pub fn set_isDiacritic(&mut self, val: UINT16)
pub fn isZeroWidthSpace(&self) -> UINT16
pub fn set_isZeroWidthSpace(&mut self, val: UINT16)
pub fn reserved(&self) -> UINT16
pub fn set_reserved(&mut self, val: UINT16)
Trait Implementations§
Source§impl Clone for DWRITE_SHAPING_GLYPH_PROPERTIES
impl Clone for DWRITE_SHAPING_GLYPH_PROPERTIES
Source§fn clone(&self) -> DWRITE_SHAPING_GLYPH_PROPERTIES
fn clone(&self) -> DWRITE_SHAPING_GLYPH_PROPERTIES
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_SHAPING_GLYPH_PROPERTIES
impl Default for DWRITE_SHAPING_GLYPH_PROPERTIES
Source§fn default() -> DWRITE_SHAPING_GLYPH_PROPERTIES
fn default() -> DWRITE_SHAPING_GLYPH_PROPERTIES
Returns the “default value” for a type. Read more
impl Copy for DWRITE_SHAPING_GLYPH_PROPERTIES
Auto Trait Implementations§
impl Freeze for DWRITE_SHAPING_GLYPH_PROPERTIES
impl RefUnwindSafe for DWRITE_SHAPING_GLYPH_PROPERTIES
impl Send for DWRITE_SHAPING_GLYPH_PROPERTIES
impl Sync for DWRITE_SHAPING_GLYPH_PROPERTIES
impl Unpin for DWRITE_SHAPING_GLYPH_PROPERTIES
impl UnwindSafe for DWRITE_SHAPING_GLYPH_PROPERTIES
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