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