#[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 (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 TAvailFonts
Auto Trait Implementations§
impl !Send for TAvailFonts
impl !Sync for TAvailFonts
impl Freeze for TAvailFonts
impl RefUnwindSafe for TAvailFonts
impl Unpin for TAvailFonts
impl UnsafeUnpin 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