Struct winapi::usp10::SCRIPT_ITEM [] [src]

pub struct SCRIPT_ITEM {
    pub iCharPos: c_int,
    pub a: SCRIPT_ANALYSIS,
}

Fields

iCharPos: c_int a: SCRIPT_ANALYSIS

Trait Implementations

impl Debug for SCRIPT_ITEM
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SCRIPT_ITEM
[src]

impl Clone for SCRIPT_ITEM
[src]

fn clone(&self) -> SCRIPT_ITEM

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more