#[repr(C)]pub struct SCRIPT_PROPERTIES {
pub bit_fields1: DWORD,
pub bit_fields2: DWORD,
}
Fields§
§bit_fields1: DWORD
§bit_fields2: DWORD
Implementations§
Source§impl SCRIPT_PROPERTIES
impl SCRIPT_PROPERTIES
pub fn langid(&self) -> DWORD
pub fn set_langid(&mut self, val: DWORD)
pub fn fNumeric(&self) -> DWORD
pub fn set_fNumeric(&mut self, val: DWORD)
pub fn fComplex(&self) -> DWORD
pub fn set_fComplex(&mut self, val: DWORD)
pub fn fNeedsWordBreaking(&self) -> DWORD
pub fn set_fNeedsWordBreaking(&mut self, val: DWORD)
pub fn fNeedsCaretInfo(&self) -> DWORD
pub fn set_fNeedsCaretInfo(&mut self, val: DWORD)
pub fn bCharSet(&self) -> DWORD
pub fn set_bCharSet(&mut self, val: DWORD)
pub fn fControl(&self) -> DWORD
pub fn set_fControl(&mut self, val: DWORD)
pub fn fPrivateUseArea(&self) -> DWORD
pub fn set_fPrivateUseArea(&mut self, val: DWORD)
pub fn fNeedsCharacterJustify(&self) -> DWORD
pub fn set_fNeedsCharacterJustify(&mut self, val: DWORD)
pub fn fInvalidGlyph(&self) -> DWORD
pub fn set_fInvalidGlyph(&mut self, val: DWORD)
Source§impl SCRIPT_PROPERTIES
impl SCRIPT_PROPERTIES
pub fn fInvalidLogAttr(&self) -> DWORD
pub fn set_fInvalidLogAttr(&mut self, val: DWORD)
pub fn fCDM(&self) -> DWORD
pub fn set_fCDM(&mut self, val: DWORD)
pub fn fAmbiguousCharSet(&self) -> DWORD
pub fn set_fAmbiguousCharSet(&mut self, val: DWORD)
pub fn fClusterSizeVaries(&self) -> DWORD
pub fn set_fClusterSizeVaries(&mut self, val: DWORD)
pub fn fRejectInvalid(&self) -> DWORD
pub fn set_fRejectInvalid(&mut self, val: DWORD)
Trait Implementations§
Source§impl Clone for SCRIPT_PROPERTIES
impl Clone for SCRIPT_PROPERTIES
Source§fn clone(&self) -> SCRIPT_PROPERTIES
fn clone(&self) -> SCRIPT_PROPERTIES
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_PROPERTIES
impl Default for SCRIPT_PROPERTIES
Source§fn default() -> SCRIPT_PROPERTIES
fn default() -> SCRIPT_PROPERTIES
Returns the “default value” for a type. Read more
impl Copy for SCRIPT_PROPERTIES
Auto Trait Implementations§
impl Freeze for SCRIPT_PROPERTIES
impl RefUnwindSafe for SCRIPT_PROPERTIES
impl Send for SCRIPT_PROPERTIES
impl Sync for SCRIPT_PROPERTIES
impl Unpin for SCRIPT_PROPERTIES
impl UnwindSafe for SCRIPT_PROPERTIES
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