Struct winapi::usp10::SCRIPT_LOGATTR
[−]
[src]
pub struct SCRIPT_LOGATTR {
// some fields omitted
}pub struct SCRIPT_LOGATTR {
// some fields omitted
}impl SCRIPT_LOGATTRfn fSoftBreak(&self) -> BYTEfn set_fSoftBreak(&mut self, val: BYTE)fn fWhiteSpace(&self) -> BYTEfn set_fWhiteSpace(&mut self, val: BYTE)fn fCharStop(&self) -> BYTEfn set_fCharStop(&mut self, val: BYTE)fn fWordStop(&self) -> BYTEfn set_fWordStop(&mut self, val: BYTE)fn fInvalid(&self) -> BYTEfn set_fInvalid(&mut self, val: BYTE)fn fReserved(&self) -> BYTEfn set_fReserved(&mut self, val: BYTE)impl Debug for SCRIPT_LOGATTRimpl Copy for SCRIPT_LOGATTRimpl Clone for SCRIPT_LOGATTRfn clone(&self) -> SCRIPT_LOGATTRfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)