#[repr(C)]pub struct AvailFontsHeader {
pub afh_NumEntries: UWORD,
}Fields§
§afh_NumEntries: UWORDTrait Implementations§
Source§impl Clone for AvailFontsHeader
impl Clone for AvailFontsHeader
Source§fn clone(&self) -> AvailFontsHeader
fn clone(&self) -> AvailFontsHeader
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AvailFontsHeader
Auto Trait Implementations§
impl Freeze for AvailFontsHeader
impl RefUnwindSafe for AvailFontsHeader
impl Send for AvailFontsHeader
impl Sync for AvailFontsHeader
impl Unpin for AvailFontsHeader
impl UnsafeUnpin for AvailFontsHeader
impl UnwindSafe for AvailFontsHeader
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