Struct winapi::usp10::SCRIPT_CHARPROP [] [src]

pub struct SCRIPT_CHARPROP {
    // some fields omitted
}

Methods

impl SCRIPT_CHARPROP
[src]

fn fCanGlyphAlone(&self) -> WORD

fn set_fCanGlyphAlone(&mut self, val: WORD)

fn reserved(&self) -> WORD

fn set_reserved(&mut self, val: WORD)

Trait Implementations

impl Debug for SCRIPT_CHARPROP
[src]

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

Formats the value using the given formatter.

impl Copy for SCRIPT_CHARPROP
[src]

impl Clone for SCRIPT_CHARPROP
[src]

fn clone(&self) -> SCRIPT_CHARPROP

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