Struct windows::Win32::Graphics::DirectWrite::DWRITE_UNDERLINE
#[repr(C)]pub struct DWRITE_UNDERLINE {
pub width: f32,
pub thickness: f32,
pub offset: f32,
pub runHeight: f32,
pub readingDirection: DWRITE_READING_DIRECTION,
pub flowDirection: DWRITE_FLOW_DIRECTION,
pub localeName: PCWSTR,
pub measuringMode: DWRITE_MEASURING_MODE,
}
Fields§
§width: f32
§thickness: f32
§offset: f32
§runHeight: f32
§readingDirection: DWRITE_READING_DIRECTION
§flowDirection: DWRITE_FLOW_DIRECTION
§localeName: PCWSTR
§measuringMode: DWRITE_MEASURING_MODE
Trait Implementations§
§impl Clone for DWRITE_UNDERLINE
impl Clone for DWRITE_UNDERLINE
§fn clone(&self) -> DWRITE_UNDERLINE
fn clone(&self) -> DWRITE_UNDERLINE
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_UNDERLINE
impl Debug for DWRITE_UNDERLINE
§impl Default for DWRITE_UNDERLINE
impl Default for DWRITE_UNDERLINE
§impl PartialEq for DWRITE_UNDERLINE
impl PartialEq for DWRITE_UNDERLINE
§fn eq(&self, other: &DWRITE_UNDERLINE) -> bool
fn eq(&self, other: &DWRITE_UNDERLINE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DWRITE_UNDERLINE
impl StructuralPartialEq for DWRITE_UNDERLINE
Auto Trait Implementations§
impl Freeze for DWRITE_UNDERLINE
impl RefUnwindSafe for DWRITE_UNDERLINE
impl !Send for DWRITE_UNDERLINE
impl !Sync for DWRITE_UNDERLINE
impl Unpin for DWRITE_UNDERLINE
impl UnwindSafe for DWRITE_UNDERLINE
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
)