#[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: i32
wgBlank: u16
wgDefault: u16
wgInvalid: u16
wgKashida: u16
iKashidaWidth: i32
Trait 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