Struct DWRITE_PAINT_ELEMENT_0_5
#[repr(C)]pub struct DWRITE_PAINT_ELEMENT_0_5 {
pub glyphIndex: u32,
}
Fields§
§glyphIndex: u32
Trait Implementations§
§impl Clone for DWRITE_PAINT_ELEMENT_0_5
impl Clone for DWRITE_PAINT_ELEMENT_0_5
§fn clone(&self) -> DWRITE_PAINT_ELEMENT_0_5
fn clone(&self) -> DWRITE_PAINT_ELEMENT_0_5
Returns a copy 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 more§impl Debug for DWRITE_PAINT_ELEMENT_0_5
impl Debug for DWRITE_PAINT_ELEMENT_0_5
§impl Default for DWRITE_PAINT_ELEMENT_0_5
impl Default for DWRITE_PAINT_ELEMENT_0_5
§impl PartialEq for DWRITE_PAINT_ELEMENT_0_5
impl PartialEq for DWRITE_PAINT_ELEMENT_0_5
impl Copy for DWRITE_PAINT_ELEMENT_0_5
impl StructuralPartialEq for DWRITE_PAINT_ELEMENT_0_5
Auto Trait Implementations§
impl Freeze for DWRITE_PAINT_ELEMENT_0_5
impl RefUnwindSafe for DWRITE_PAINT_ELEMENT_0_5
impl Send for DWRITE_PAINT_ELEMENT_0_5
impl Sync for DWRITE_PAINT_ELEMENT_0_5
impl Unpin for DWRITE_PAINT_ELEMENT_0_5
impl UnwindSafe for DWRITE_PAINT_ELEMENT_0_5
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