#[repr(C)]pub struct SCRIPT_LOGATTR {
pub bit_fields: BYTE,
}
Fields§
§bit_fields: BYTE
Implementations§
Source§impl SCRIPT_LOGATTR
impl SCRIPT_LOGATTR
pub fn fSoftBreak(&self) -> BYTE
pub fn set_fSoftBreak(&mut self, val: BYTE)
pub fn fWhiteSpace(&self) -> BYTE
pub fn set_fWhiteSpace(&mut self, val: BYTE)
pub fn fCharStop(&self) -> BYTE
pub fn set_fCharStop(&mut self, val: BYTE)
pub fn fWordStop(&self) -> BYTE
pub fn set_fWordStop(&mut self, val: BYTE)
pub fn fInvalid(&self) -> BYTE
pub fn set_fInvalid(&mut self, val: BYTE)
pub fn fReserved(&self) -> BYTE
pub fn set_fReserved(&mut self, val: BYTE)
Trait Implementations§
Source§impl Clone for SCRIPT_LOGATTR
impl Clone for SCRIPT_LOGATTR
Source§fn clone(&self) -> SCRIPT_LOGATTR
fn clone(&self) -> SCRIPT_LOGATTR
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_LOGATTR
impl Default for SCRIPT_LOGATTR
Source§fn default() -> SCRIPT_LOGATTR
fn default() -> SCRIPT_LOGATTR
Returns the “default value” for a type. Read more
impl Copy for SCRIPT_LOGATTR
Auto Trait Implementations§
impl Freeze for SCRIPT_LOGATTR
impl RefUnwindSafe for SCRIPT_LOGATTR
impl Send for SCRIPT_LOGATTR
impl Sync for SCRIPT_LOGATTR
impl Unpin for SCRIPT_LOGATTR
impl UnwindSafe for SCRIPT_LOGATTR
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