Struct windows::Win32::Graphics::DirectWrite::DWRITE_FONT_METRICS1
#[repr(C)]pub struct DWRITE_FONT_METRICS1 {Show 14 fields
pub Base: DWRITE_FONT_METRICS,
pub glyphBoxLeft: i16,
pub glyphBoxTop: i16,
pub glyphBoxRight: i16,
pub glyphBoxBottom: i16,
pub subscriptPositionX: i16,
pub subscriptPositionY: i16,
pub subscriptSizeX: i16,
pub subscriptSizeY: i16,
pub superscriptPositionX: i16,
pub superscriptPositionY: i16,
pub superscriptSizeX: i16,
pub superscriptSizeY: i16,
pub hasTypographicMetrics: BOOL,
}
Fields§
§Base: DWRITE_FONT_METRICS
§glyphBoxLeft: i16
§glyphBoxTop: i16
§glyphBoxRight: i16
§glyphBoxBottom: i16
§subscriptPositionX: i16
§subscriptPositionY: i16
§subscriptSizeX: i16
§subscriptSizeY: i16
§superscriptPositionX: i16
§superscriptPositionY: i16
§superscriptSizeX: i16
§superscriptSizeY: i16
§hasTypographicMetrics: BOOL
Trait Implementations§
§impl Clone for DWRITE_FONT_METRICS1
impl Clone for DWRITE_FONT_METRICS1
§fn clone(&self) -> DWRITE_FONT_METRICS1
fn clone(&self) -> DWRITE_FONT_METRICS1
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_FONT_METRICS1
impl Debug for DWRITE_FONT_METRICS1
§impl Default for DWRITE_FONT_METRICS1
impl Default for DWRITE_FONT_METRICS1
§impl PartialEq for DWRITE_FONT_METRICS1
impl PartialEq for DWRITE_FONT_METRICS1
§fn eq(&self, other: &DWRITE_FONT_METRICS1) -> bool
fn eq(&self, other: &DWRITE_FONT_METRICS1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DWRITE_FONT_METRICS1
impl Eq for DWRITE_FONT_METRICS1
impl StructuralPartialEq for DWRITE_FONT_METRICS1
Auto Trait Implementations§
impl Freeze for DWRITE_FONT_METRICS1
impl RefUnwindSafe for DWRITE_FONT_METRICS1
impl Send for DWRITE_FONT_METRICS1
impl Sync for DWRITE_FONT_METRICS1
impl Unpin for DWRITE_FONT_METRICS1
impl UnwindSafe for DWRITE_FONT_METRICS1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)