#[repr(C)]pub struct DWRITE_SCRIPT_PROPERTIES {
pub isoScriptCode: UINT32,
pub isoScriptNumber: UINT32,
pub clusterLookahead: UINT32,
pub justificationCharacter: UINT32,
pub bitfield0: UINT32,
}
Fields§
§isoScriptCode: UINT32
§isoScriptNumber: UINT32
§clusterLookahead: UINT32
§justificationCharacter: UINT32
§bitfield0: UINT32
Implementations§
Source§impl DWRITE_SCRIPT_PROPERTIES
impl DWRITE_SCRIPT_PROPERTIES
pub fn restrictCaretToClusters(&self) -> UINT32
pub fn set_restrictCaretToClusters(&mut self, val: UINT32)
pub fn usesWordDividers(&self) -> UINT32
pub fn set_usesWordDividers(&mut self, val: UINT32)
pub fn isDiscreteWriting(&self) -> UINT32
pub fn set_isDiscreteWriting(&mut self, val: UINT32)
pub fn isBlockWriting(&self) -> UINT32
pub fn set_isBlockWriting(&mut self, val: UINT32)
pub fn isDistributedWithinCluster(&self) -> UINT32
pub fn set_isDistributedWithinCluster(&mut self, val: UINT32)
pub fn isConnectedWriting(&self) -> UINT32
pub fn set_isConnectedWriting(&mut self, val: UINT32)
pub fn isCursiveWriting(&self) -> UINT32
pub fn set_isCursiveWriting(&mut self, val: UINT32)
pub fn reserved(&self) -> UINT32
pub fn set_reserved(&mut self, val: UINT32)
Trait Implementations§
Source§impl Clone for DWRITE_SCRIPT_PROPERTIES
impl Clone for DWRITE_SCRIPT_PROPERTIES
Source§fn clone(&self) -> DWRITE_SCRIPT_PROPERTIES
fn clone(&self) -> DWRITE_SCRIPT_PROPERTIES
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 DWRITE_SCRIPT_PROPERTIES
impl Default for DWRITE_SCRIPT_PROPERTIES
Source§fn default() -> DWRITE_SCRIPT_PROPERTIES
fn default() -> DWRITE_SCRIPT_PROPERTIES
Returns the “default value” for a type. Read more
impl Copy for DWRITE_SCRIPT_PROPERTIES
Auto Trait Implementations§
impl Freeze for DWRITE_SCRIPT_PROPERTIES
impl RefUnwindSafe for DWRITE_SCRIPT_PROPERTIES
impl Send for DWRITE_SCRIPT_PROPERTIES
impl Sync for DWRITE_SCRIPT_PROPERTIES
impl Unpin for DWRITE_SCRIPT_PROPERTIES
impl UnwindSafe for DWRITE_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