#[repr(C)]pub struct FontContents {
pub fc_FileName: [TEXT; 256],
pub fc_YSize: UWORD,
pub fc_Style: UBYTE,
pub fc_Flags: UBYTE,
}Fields§
§fc_FileName: [TEXT; 256]§fc_YSize: UWORD§fc_Style: UBYTE§fc_Flags: UBYTETrait Implementations§
Source§impl Clone for FontContents
impl Clone for FontContents
Source§fn clone(&self) -> FontContents
fn clone(&self) -> FontContents
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 FontContents
impl Debug for FontContents
impl Copy for FontContents
Auto Trait Implementations§
impl Freeze for FontContents
impl RefUnwindSafe for FontContents
impl Send for FontContents
impl Sync for FontContents
impl Unpin for FontContents
impl UnwindSafe for FontContents
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