Struct winapi::usp10::SCRIPT_GLYPHPROP [] [src]

pub struct SCRIPT_GLYPHPROP {
    pub sva: SCRIPT_VISATTR,
    pub reserved: WORD,
}

Fields

sva
reserved

Trait Implementations

Derived Implementations

impl Debug for SCRIPT_GLYPHPROP

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

impl Copy for SCRIPT_GLYPHPROP

impl Clone for SCRIPT_GLYPHPROP

fn clone(&self) -> SCRIPT_GLYPHPROP

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