#[repr(C)]pub struct SCRIPT_FONTPROPERTIES {
pub cBytes: c_int,
pub wgBlank: WORD,
pub wgDefault: WORD,
pub wgInvalid: WORD,
pub wgKashida: WORD,
pub iKashidaWidth: c_int,
}
Fields§
§cBytes: c_int
§wgBlank: WORD
§wgDefault: WORD
§wgInvalid: WORD
§wgKashida: WORD
§iKashidaWidth: c_int
Trait Implementations§
Source§impl Clone for SCRIPT_FONTPROPERTIES
impl Clone for SCRIPT_FONTPROPERTIES
Source§fn clone(&self) -> SCRIPT_FONTPROPERTIES
fn clone(&self) -> SCRIPT_FONTPROPERTIES
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 SCRIPT_FONTPROPERTIES
impl Default for SCRIPT_FONTPROPERTIES
Source§fn default() -> SCRIPT_FONTPROPERTIES
fn default() -> SCRIPT_FONTPROPERTIES
Returns the “default value” for a type. Read more
impl Copy for SCRIPT_FONTPROPERTIES
Auto Trait Implementations§
impl Freeze for SCRIPT_FONTPROPERTIES
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§
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