#[repr(C, packed(2))]pub struct TextFontExtension {
pub tfe_MatchWord: UWORD,
pub tfe_Flags0: UBYTE,
pub tfe_Flags1: UBYTE,
pub tfe_BackPtr: *mut TextFont,
pub tfe_OrigReplyPort: *mut MsgPort,
pub tfe_Tags: *mut TagItem,
pub tfe_OFontPatchS: *mut UWORD,
pub tfe_OFontPatchK: *mut UWORD,
}Fields§
§tfe_MatchWord: UWORD§tfe_Flags0: UBYTE§tfe_Flags1: UBYTE§tfe_BackPtr: *mut TextFont§tfe_OrigReplyPort: *mut MsgPort§tfe_Tags: *mut TagItem§tfe_OFontPatchS: *mut UWORD§tfe_OFontPatchK: *mut UWORDTrait Implementations§
Source§impl Clone for TextFontExtension
impl Clone for TextFontExtension
Source§fn clone(&self) -> TextFontExtension
fn clone(&self) -> TextFontExtension
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 TextFontExtension
impl Debug for TextFontExtension
impl Copy for TextFontExtension
Auto Trait Implementations§
impl Freeze for TextFontExtension
impl RefUnwindSafe for TextFontExtension
impl !Send for TextFontExtension
impl !Sync for TextFontExtension
impl Unpin for TextFontExtension
impl UnwindSafe for TextFontExtension
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