#[repr(C)]pub struct TextAttr {
pub ta_Name: STRPTR,
pub ta_YSize: UWORD,
pub ta_Style: UBYTE,
pub ta_Flags: UBYTE,
}Fields§
§ta_Name: STRPTR§ta_YSize: UWORD§ta_Style: UBYTE§ta_Flags: UBYTETrait Implementations§
Auto Trait Implementations§
impl !Send for TextAttr
impl !Sync for TextAttr
impl Freeze for TextAttr
impl RefUnwindSafe for TextAttr
impl Unpin for TextAttr
impl UnsafeUnpin for TextAttr
impl UnwindSafe for TextAttr
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