#[repr(C)]pub struct TFontContents {
pub tfc_FileName: [TEXT; 254],
pub tfc_TagCount: UWORD,
pub tfc_YSize: UWORD,
pub tfc_Style: UBYTE,
pub tfc_Flags: UBYTE,
}Fields§
§tfc_FileName: [TEXT; 254]§tfc_TagCount: UWORD§tfc_YSize: UWORD§tfc_Style: UBYTE§tfc_Flags: UBYTETrait Implementations§
Source§impl Clone for TFontContents
impl Clone for TFontContents
Source§fn clone(&self) -> TFontContents
fn clone(&self) -> TFontContents
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 TFontContents
impl Debug for TFontContents
impl Copy for TFontContents
Auto Trait Implementations§
impl Freeze for TFontContents
impl RefUnwindSafe for TFontContents
impl Send for TFontContents
impl Sync for TFontContents
impl Unpin for TFontContents
impl UnwindSafe for TFontContents
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