#[repr(C, packed(2))]pub struct DiskFontHeader {
pub dfh_DF: Node,
pub dfh_FileID: UWORD,
pub dfh_Revision: UWORD,
pub dfh_Segment: LONG,
pub dfh_Name: [TEXT; 32],
pub dfh_TF: TextFont,
}Fields§
§dfh_DF: Node§dfh_FileID: UWORD§dfh_Revision: UWORD§dfh_Segment: LONG§dfh_Name: [TEXT; 32]§dfh_TF: TextFontTrait Implementations§
Source§impl Clone for DiskFontHeader
impl Clone for DiskFontHeader
Source§fn clone(&self) -> DiskFontHeader
fn clone(&self) -> DiskFontHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DiskFontHeader
impl Debug for DiskFontHeader
impl Copy for DiskFontHeader
Auto Trait Implementations§
impl Freeze for DiskFontHeader
impl RefUnwindSafe for DiskFontHeader
impl !Send for DiskFontHeader
impl !Sync for DiskFontHeader
impl Unpin for DiskFontHeader
impl UnwindSafe for DiskFontHeader
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