Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_SCRIPT_ANALYSIS
[−]#[repr(C)]pub struct DWRITE_SCRIPT_ANALYSIS {
pub script: u16,
pub shapes: DWRITE_SCRIPT_SHAPES,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
script: u16
shapes: DWRITE_SCRIPT_SHAPES
Trait Implementations
impl Clone for DWRITE_SCRIPT_ANALYSIS
impl Clone for DWRITE_SCRIPT_ANALYSIS
impl Copy for DWRITE_SCRIPT_ANALYSIS
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_SCRIPT_ANALYSIS
impl Send for DWRITE_SCRIPT_ANALYSIS
impl Sync for DWRITE_SCRIPT_ANALYSIS
impl Unpin for DWRITE_SCRIPT_ANALYSIS
impl UnwindSafe for DWRITE_SCRIPT_ANALYSIS
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