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_void§size: cc_uint16§flags: cc_uint16§height: c_intTrait Implementations§
source§impl PartialEq for FontDesc
impl PartialEq for FontDesc
impl Copy for FontDesc
impl Eq for FontDesc
impl StructuralPartialEq for FontDesc
Auto Trait Implementations§
impl RefUnwindSafe for FontDesc
impl !Send for FontDesc
impl !Sync for FontDesc
impl Unpin for FontDesc
impl UnwindSafe for FontDesc
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more