#[repr(C)]pub struct DWRITE_OVERHANG_METRICS {
pub left: FLOAT,
pub top: FLOAT,
pub right: FLOAT,
pub bottom: FLOAT,
}
Fields§
§left: FLOAT
§top: FLOAT
§right: FLOAT
§bottom: FLOAT
Trait Implementations§
Source§impl Clone for DWRITE_OVERHANG_METRICS
impl Clone for DWRITE_OVERHANG_METRICS
Source§fn clone(&self) -> DWRITE_OVERHANG_METRICS
fn clone(&self) -> DWRITE_OVERHANG_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_OVERHANG_METRICS
impl Default for DWRITE_OVERHANG_METRICS
Source§fn default() -> DWRITE_OVERHANG_METRICS
fn default() -> DWRITE_OVERHANG_METRICS
Returns the “default value” for a type. Read more
impl Copy for DWRITE_OVERHANG_METRICS
Auto Trait Implementations§
impl Freeze for DWRITE_OVERHANG_METRICS
impl RefUnwindSafe for DWRITE_OVERHANG_METRICS
impl Send for DWRITE_OVERHANG_METRICS
impl Sync for DWRITE_OVERHANG_METRICS
impl Unpin for DWRITE_OVERHANG_METRICS
impl UnwindSafe for DWRITE_OVERHANG_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