Struct windows_sys::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,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
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
impl Copy for DWRITE_UNDERLINE
Auto Trait Implementations
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
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