Struct winapi::usp10::TEXTRANGE_PROPERTIES [] [src]

pub struct TEXTRANGE_PROPERTIES {
    pub potfRecords: *mut OPENTYPE_FEATURE_RECORD,
    pub cotfRecords: c_int,
}

Fields

potfRecords
cotfRecords

Trait Implementations

Derived Implementations

impl Debug for TEXTRANGE_PROPERTIES

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

impl Copy for TEXTRANGE_PROPERTIES

impl Clone for TEXTRANGE_PROPERTIES

fn clone(&self) -> TEXTRANGE_PROPERTIES

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