#[repr(C)]pub struct DWRITE_UNICODE_RANGE {
pub first: UINT32,
pub last: UINT32,
}
Fields§
§first: UINT32
§last: UINT32
Trait Implementations§
Source§impl Clone for DWRITE_UNICODE_RANGE
impl Clone for DWRITE_UNICODE_RANGE
Source§fn clone(&self) -> DWRITE_UNICODE_RANGE
fn clone(&self) -> DWRITE_UNICODE_RANGE
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 moreSource§impl Default for DWRITE_UNICODE_RANGE
impl Default for DWRITE_UNICODE_RANGE
Source§fn default() -> DWRITE_UNICODE_RANGE
fn default() -> DWRITE_UNICODE_RANGE
Returns the “default value” for a type. Read more
impl Copy for DWRITE_UNICODE_RANGE
Auto Trait Implementations§
impl Freeze for DWRITE_UNICODE_RANGE
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§
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