#[repr(C)]pub struct SCRIPT_FONTPROPERTIES {
pub cBytes: i32,
pub wgBlank: u16,
pub wgDefault: u16,
pub wgInvalid: u16,
pub wgKashida: u16,
pub iKashidaWidth: i32,
}Expand description
Required features: "Win32_Globalization"
Fields
cBytes: i32wgBlank: u16wgDefault: u16wgInvalid: u16wgKashida: u16iKashidaWidth: i32Trait Implementations
impl Clone for SCRIPT_FONTPROPERTIES
impl Clone for SCRIPT_FONTPROPERTIES
impl Copy for SCRIPT_FONTPROPERTIES
Auto Trait Implementations
impl RefUnwindSafe for SCRIPT_FONTPROPERTIES
impl Send for SCRIPT_FONTPROPERTIES
impl Sync for SCRIPT_FONTPROPERTIES
impl Unpin for SCRIPT_FONTPROPERTIES
impl UnwindSafe for SCRIPT_FONTPROPERTIES
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