#[repr(C, packed(2))]pub struct TextFont {Show 15 fields
pub tf_Message: Message,
pub tf_YSize: UWORD,
pub tf_Style: UBYTE,
pub tf_Flags: UBYTE,
pub tf_XSize: UWORD,
pub tf_Baseline: UWORD,
pub tf_BoldSmear: UWORD,
pub tf_Accessors: UWORD,
pub tf_LoChar: UBYTE,
pub tf_HiChar: UBYTE,
pub tf_CharData: APTR,
pub tf_Modulo: UWORD,
pub tf_CharLoc: APTR,
pub tf_CharSpace: APTR,
pub tf_CharKern: APTR,
}Fields§
§tf_Message: Message§tf_YSize: UWORD§tf_Style: UBYTE§tf_Flags: UBYTE§tf_XSize: UWORD§tf_Baseline: UWORD§tf_BoldSmear: UWORD§tf_Accessors: UWORD§tf_LoChar: UBYTE§tf_HiChar: UBYTE§tf_CharData: APTR§tf_Modulo: UWORD§tf_CharLoc: APTR§tf_CharSpace: APTR§tf_CharKern: APTRTrait Implementations§
Auto Trait Implementations§
impl Freeze for TextFont
impl RefUnwindSafe for TextFont
impl !Send for TextFont
impl !Sync for TextFont
impl Unpin for TextFont
impl UnwindSafe for TextFont
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