#[repr(C)]pub struct DWRITE_SHAPING_GLYPH_PROPERTIES {
pub _bitfield: u16,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
_bitfield: u16
Trait Implementations
impl Clone for DWRITE_SHAPING_GLYPH_PROPERTIES
impl Clone for DWRITE_SHAPING_GLYPH_PROPERTIES
impl Copy for DWRITE_SHAPING_GLYPH_PROPERTIES
Auto Trait Implementations
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
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