#[repr(C, packed(2))]pub struct TTextAttr {
pub tta_Name: STRPTR,
pub tta_YSize: UWORD,
pub tta_Style: UBYTE,
pub tta_Flags: UBYTE,
pub tta_Tags: *mut TagItem,
}Fields§
§tta_Name: STRPTR§tta_YSize: UWORD§tta_Style: UBYTE§tta_Flags: UBYTE§tta_Tags: *mut TagItemTrait Implementations§
Auto Trait Implementations§
impl Freeze for TTextAttr
impl RefUnwindSafe for TTextAttr
impl !Send for TTextAttr
impl !Sync for TTextAttr
impl Unpin for TTextAttr
impl UnwindSafe for TTextAttr
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