Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_UNICODE_RANGE
[−]Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
first: u32
last: u32
Trait Implementations
impl Clone for DWRITE_UNICODE_RANGE
impl Clone for DWRITE_UNICODE_RANGE
impl Copy for DWRITE_UNICODE_RANGE
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_UNICODE_RANGE
impl Send for DWRITE_UNICODE_RANGE
impl Sync for DWRITE_UNICODE_RANGE
impl Unpin for DWRITE_UNICODE_RANGE
impl UnwindSafe for DWRITE_UNICODE_RANGE
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