#[repr(C)]pub struct DWRITE_STRIKETHROUGH {
pub width: FLOAT,
pub thickness: FLOAT,
pub offset: FLOAT,
pub readingDirection: DWRITE_READING_DIRECTION,
pub flowDirection: DWRITE_FLOW_DIRECTION,
pub localeName: *const WCHAR,
pub measuringMode: DWRITE_MEASURING_MODE,
}
Fields§
§width: FLOAT
§thickness: FLOAT
§offset: FLOAT
§readingDirection: DWRITE_READING_DIRECTION
§flowDirection: DWRITE_FLOW_DIRECTION
§localeName: *const WCHAR
§measuringMode: DWRITE_MEASURING_MODE
Trait Implementations§
Source§impl Clone for DWRITE_STRIKETHROUGH
impl Clone for DWRITE_STRIKETHROUGH
Source§fn clone(&self) -> DWRITE_STRIKETHROUGH
fn clone(&self) -> DWRITE_STRIKETHROUGH
Returns a duplicate 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 moreSource§impl Default for DWRITE_STRIKETHROUGH
impl Default for DWRITE_STRIKETHROUGH
Source§fn default() -> DWRITE_STRIKETHROUGH
fn default() -> DWRITE_STRIKETHROUGH
Returns the “default value” for a type. Read more
impl Copy for DWRITE_STRIKETHROUGH
Auto Trait Implementations§
impl Freeze for DWRITE_STRIKETHROUGH
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§
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