Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_STRIKETHROUGH
[−]#[repr(C)]pub struct DWRITE_STRIKETHROUGH {
pub width: f32,
pub thickness: f32,
pub offset: 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: f32thickness: f32offset: f32readingDirection: DWRITE_READING_DIRECTIONflowDirection: DWRITE_FLOW_DIRECTIONlocaleName: PCWSTRmeasuringMode: DWRITE_MEASURING_MODETrait Implementations
impl Clone for DWRITE_STRIKETHROUGH
impl Clone for DWRITE_STRIKETHROUGH
impl Copy for DWRITE_STRIKETHROUGH
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_STRIKETHROUGH
impl !Send for DWRITE_STRIKETHROUGH
impl !Sync for DWRITE_STRIKETHROUGH
impl Unpin for DWRITE_STRIKETHROUGH
impl UnwindSafe for DWRITE_STRIKETHROUGH
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