Struct azure::azure::struct__AzNativeFont[][src]

#[repr(C)]
pub struct struct__AzNativeFont { pub mType: enum_AzNativeFontType, pub mFont: *mut c_void, }

Fields

Trait Implementations

impl Debug for struct__AzNativeFont
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations