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_int
Trait 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 Freeze for FontDesc
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)