Struct winapi::usp10::SCRIPT_ANALYSIS
[−]
[src]
pub struct SCRIPT_ANALYSIS {
pub s: SCRIPT_STATE,
// some fields omitted
}Fields
s |
pub struct SCRIPT_ANALYSIS {
pub s: SCRIPT_STATE,
// some fields omitted
}s |
impl SCRIPT_ANALYSISfn eScript(&self) -> WORDfn set_eScript(&mut self, val: WORD)fn fRTL(&self) -> WORDfn set_fRTL(&mut self, val: WORD)fn fLayoutRTL(&self) -> WORDfn set_fLayoutRTL(&mut self, val: WORD)fn fLinkBefore(&self) -> WORDfn set_fLinkBefore(&mut self, val: WORD)fn fLinkAfter(&self) -> WORDfn set_fLinkAfter(&mut self, val: WORD)fn fLogicalOrder(&self) -> WORDfn set_fLogicalOrder(&mut self, val: WORD)fn fNoGlyphIndex(&self) -> WORDfn set_fNoGlyphIndex(&mut self, val: WORD)impl Debug for SCRIPT_ANALYSISimpl Copy for SCRIPT_ANALYSISimpl Clone for SCRIPT_ANALYSISfn clone(&self) -> SCRIPT_ANALYSISfn 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)