Struct classicube_sys::FontDesc
source ·
[−]#[repr(C)]pub struct FontDesc {
pub handle: *mut c_void,
pub size: cc_uint16,
pub flags: cc_uint16,
pub height: c_int,
}Fields
handle: *mut c_voidsize: cc_uint16flags: cc_uint16height: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FontDesc
impl UnwindSafe for FontDesc
Blanket Implementations
Mutably borrows from an owned value. Read more
