#[repr(C)]pub struct DWRITE_TRIMMING {
pub granularity: DWRITE_TRIMMING_GRANULARITY,
pub delimiter: UINT32,
pub delimiterCount: UINT32,
}
Fields§
§granularity: DWRITE_TRIMMING_GRANULARITY
§delimiter: UINT32
§delimiterCount: UINT32
Trait Implementations§
Source§impl Clone for DWRITE_TRIMMING
impl Clone for DWRITE_TRIMMING
Source§fn clone(&self) -> DWRITE_TRIMMING
fn clone(&self) -> DWRITE_TRIMMING
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_TRIMMING
impl Default for DWRITE_TRIMMING
Source§fn default() -> DWRITE_TRIMMING
fn default() -> DWRITE_TRIMMING
Returns the “default value” for a type. Read more
impl Copy for DWRITE_TRIMMING
Auto Trait Implementations§
impl Freeze for DWRITE_TRIMMING
impl RefUnwindSafe for DWRITE_TRIMMING
impl Send for DWRITE_TRIMMING
impl Sync for DWRITE_TRIMMING
impl Unpin for DWRITE_TRIMMING
impl UnwindSafe for DWRITE_TRIMMING
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