Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_CLUSTER_METRICS
[−]#[repr(C)]pub struct DWRITE_CLUSTER_METRICS {
pub width: f32,
pub length: u16,
pub _bitfield: u16,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
width: f32
length: u16
_bitfield: u16
Trait Implementations
impl Clone for DWRITE_CLUSTER_METRICS
impl Clone for DWRITE_CLUSTER_METRICS
impl Copy for DWRITE_CLUSTER_METRICS
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_CLUSTER_METRICS
impl Send for DWRITE_CLUSTER_METRICS
impl Sync for DWRITE_CLUSTER_METRICS
impl Unpin for DWRITE_CLUSTER_METRICS
impl UnwindSafe for DWRITE_CLUSTER_METRICS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more