Struct windows_sys::Win32::Globalization::script_glyphprop
[−]#[repr(C)]pub struct script_glyphprop {
pub sva: SCRIPT_VISATTR,
pub reserved: u16,
}
Expand description
Required features: ‘Win32_Globalization’
Fields
sva: SCRIPT_VISATTR
reserved: u16
Trait Implementations
impl Clone for script_glyphprop
impl Clone for script_glyphprop
impl Copy for script_glyphprop
Auto Trait Implementations
impl RefUnwindSafe for script_glyphprop
impl Send for script_glyphprop
impl Sync for script_glyphprop
impl Unpin for script_glyphprop
impl UnwindSafe for script_glyphprop
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more