#[repr(C)]pub struct TAvailFonts {
pub taf_Type: UWORD,
pub taf_Attr: TTextAttr,
}Fields§
§taf_Type: UWORD§taf_Attr: TTextAttrTrait Implementations§
Source§impl Clone for TAvailFonts
impl Clone for TAvailFonts
Source§fn clone(&self) -> TAvailFonts
fn clone(&self) -> TAvailFonts
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 TAvailFonts
impl Debug for TAvailFonts
impl Copy for TAvailFonts
Auto Trait Implementations§
impl Freeze for TAvailFonts
impl RefUnwindSafe for TAvailFonts
impl !Send for TAvailFonts
impl !Sync for TAvailFonts
impl Unpin for TAvailFonts
impl UnwindSafe for TAvailFonts
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