#[repr(C, packed(2))]pub struct Line {
pub ln_Link: MinNode,
pub ln_Text: STRPTR,
pub ln_TextLen: ULONG,
pub ln_XOffset: UWORD,
pub ln_YOffset: UWORD,
pub ln_Width: UWORD,
pub ln_Height: UWORD,
pub ln_Flags: UWORD,
pub ln_FgPen: BYTE,
pub ln_BgPen: BYTE,
pub ln_Style: ULONG,
pub ln_Data: APTR,
}Fields§
§ln_Link: MinNode§ln_Text: STRPTR§ln_TextLen: ULONG§ln_XOffset: UWORD§ln_YOffset: UWORD§ln_Width: UWORD§ln_Height: UWORD§ln_Flags: UWORD§ln_FgPen: BYTE§ln_BgPen: BYTE§ln_Style: ULONG§ln_Data: APTRTrait Implementations§
Auto Trait Implementations§
impl Freeze for Line
impl RefUnwindSafe for Line
impl !Send for Line
impl !Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
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