Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_TRIMMING
[−]#[repr(C)]pub struct DWRITE_TRIMMING {
pub granularity: DWRITE_TRIMMING_GRANULARITY,
pub delimiter: u32,
pub delimiterCount: u32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
granularity: DWRITE_TRIMMING_GRANULARITY
delimiter: u32
delimiterCount: u32
Trait Implementations
impl Clone for DWRITE_TRIMMING
impl Clone for DWRITE_TRIMMING
impl Copy for DWRITE_TRIMMING
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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