Struct DWRITE_UNICODE_RANGE
#[repr(C)]pub struct DWRITE_UNICODE_RANGE {
pub first: u32,
pub last: u32,
}
Fields§
§first: u32
§last: u32
Trait Implementations§
§impl Clone for DWRITE_UNICODE_RANGE
impl Clone for DWRITE_UNICODE_RANGE
§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 more§impl Debug for DWRITE_UNICODE_RANGE
impl Debug for DWRITE_UNICODE_RANGE
§impl Default for DWRITE_UNICODE_RANGE
impl Default for DWRITE_UNICODE_RANGE
§impl PartialEq for DWRITE_UNICODE_RANGE
impl PartialEq for DWRITE_UNICODE_RANGE
impl Copy for DWRITE_UNICODE_RANGE
impl StructuralPartialEq 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