#[repr(C)]pub struct CFNT_s {
pub signature: u32_,
pub endianness: u16_,
pub headerSize: u16_,
pub version: u32_,
pub fileSize: u32_,
pub nBlocks: u32_,
pub finf: FINF_s,
}Expand description
Font structure.
Fields§
§signature: u32_< Signature (CFNU).
endianness: u16_< Endianness constant (0xFEFF).
headerSize: u16_< Header size.
version: u32_< Format version.
fileSize: u32_< File size.
nBlocks: u32_< Number of blocks.
finf: FINF_s< Font information.
Trait Implementations§
impl Copy for CFNT_s
Auto Trait Implementations§
impl Freeze for CFNT_s
impl RefUnwindSafe for CFNT_s
impl !Send for CFNT_s
impl !Sync for CFNT_s
impl Unpin for CFNT_s
impl UnwindSafe for CFNT_s
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)