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

pub struct SCRIPT_CHARPROP {
    // some fields omitted
}

Methods

impl SCRIPT_CHARPROP

fn fCanGlyphAlone(&self) -> WORD

fn set_fCanGlyphAlone(&mut self, val: WORD)

fn reserved(&self) -> WORD

fn set_reserved(&mut self, val: WORD)

Trait Implementations

Derived Implementations

impl Debug for SCRIPT_CHARPROP

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

impl Copy for SCRIPT_CHARPROP

impl Clone for SCRIPT_CHARPROP

fn clone(&self) -> SCRIPT_CHARPROP

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