#[repr(C)]pub struct AvailFonts {
pub af_Type: UWORD,
pub af_Attr: TextAttr,
}Fields§
§af_Type: UWORD§af_Attr: TextAttrTrait Implementations§
Source§impl Clone for AvailFonts
impl Clone for AvailFonts
Source§fn clone(&self) -> AvailFonts
fn clone(&self) -> AvailFonts
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 AvailFonts
Auto Trait Implementations§
impl !Send for AvailFonts
impl !Sync for AvailFonts
impl Freeze for AvailFonts
impl RefUnwindSafe for AvailFonts
impl Unpin for AvailFonts
impl UnsafeUnpin for AvailFonts
impl UnwindSafe for AvailFonts
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