#[repr(C)]pub struct SCRIPT_CONTROL {
pub bit_fields: DWORD,
}
Fields§
§bit_fields: DWORD
Implementations§
Source§impl SCRIPT_CONTROL
impl SCRIPT_CONTROL
pub fn uDefaultLanguage(&self) -> DWORD
pub fn set_uDefaultLanguage(&mut self, val: DWORD)
pub fn fContextDigits(&self) -> DWORD
pub fn set_fContextDigits(&mut self, val: DWORD)
pub fn fInvertPreBoundDir(&self) -> DWORD
pub fn set_fInvertPreBoundDir(&mut self, val: DWORD)
pub fn fInvertPostBoundDir(&self) -> DWORD
pub fn set_fInvertPostBoundDir(&mut self, val: DWORD)
pub fn fLinkStringBefore(&self) -> DWORD
pub fn set_fLinkStringBefore(&mut self, val: DWORD)
pub fn fLinkStringAfter(&self) -> DWORD
pub fn set_fLinkStringAfter(&mut self, val: DWORD)
pub fn fNeutralOverride(&self) -> DWORD
pub fn set_fNeutralOverride(&mut self, val: DWORD)
pub fn fNumericOverride(&self) -> DWORD
pub fn set_fNumericOverride(&mut self, val: DWORD)
pub fn fLegacyBidiClass(&self) -> DWORD
pub fn set_fLegacyBidiClass(&mut self, val: DWORD)
pub fn fMergeNeutralItems(&self) -> DWORD
pub fn set_fMergeNeutralItems(&mut self, val: DWORD)
pub fn fReserved(&self) -> DWORD
pub fn set_fReserved(&mut self, val: DWORD)
Trait Implementations§
Source§impl Clone for SCRIPT_CONTROL
impl Clone for SCRIPT_CONTROL
Source§fn clone(&self) -> SCRIPT_CONTROL
fn clone(&self) -> SCRIPT_CONTROL
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_CONTROL
impl Default for SCRIPT_CONTROL
Source§fn default() -> SCRIPT_CONTROL
fn default() -> SCRIPT_CONTROL
Returns the “default value” for a type. Read more
impl Copy for SCRIPT_CONTROL
Auto Trait Implementations§
impl Freeze for SCRIPT_CONTROL
impl RefUnwindSafe for SCRIPT_CONTROL
impl Send for SCRIPT_CONTROL
impl Sync for SCRIPT_CONTROL
impl Unpin for SCRIPT_CONTROL
impl UnwindSafe for SCRIPT_CONTROL
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