#[repr(C)]pub struct SCRIPT_CHARPROP {
pub bit_fields: WORD,
}
Fields§
§bit_fields: WORD
Implementations§
Source§impl SCRIPT_CHARPROP
impl SCRIPT_CHARPROP
pub fn fCanGlyphAlone(&self) -> WORD
pub fn set_fCanGlyphAlone(&mut self, val: WORD)
pub fn reserved(&self) -> WORD
pub fn set_reserved(&mut self, val: WORD)
Trait Implementations§
Source§impl Clone for SCRIPT_CHARPROP
impl Clone for SCRIPT_CHARPROP
Source§fn clone(&self) -> SCRIPT_CHARPROP
fn clone(&self) -> SCRIPT_CHARPROP
Returns a copy 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_CHARPROP
impl Default for SCRIPT_CHARPROP
Source§fn default() -> SCRIPT_CHARPROP
fn default() -> SCRIPT_CHARPROP
Returns the “default value” for a type. Read more
impl Copy for SCRIPT_CHARPROP
Auto Trait Implementations§
impl Freeze for SCRIPT_CHARPROP
impl RefUnwindSafe for SCRIPT_CHARPROP
impl Send for SCRIPT_CHARPROP
impl Sync for SCRIPT_CHARPROP
impl Unpin for SCRIPT_CHARPROP
impl UnwindSafe for SCRIPT_CHARPROP
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