#[repr(C, packed(2))]pub struct DBufInfo {Show 14 fields
pub dbi_Link1: APTR,
pub dbi_Count1: ULONG,
pub dbi_SafeMessage: Message,
pub dbi_UserData1: APTR,
pub dbi_Link2: APTR,
pub dbi_Count2: ULONG,
pub dbi_DispMessage: Message,
pub dbi_UserData2: APTR,
pub dbi_MatchLong: ULONG,
pub dbi_CopPtr1: APTR,
pub dbi_CopPtr2: APTR,
pub dbi_CopPtr3: APTR,
pub dbi_BeamPos1: UWORD,
pub dbi_BeamPos2: UWORD,
}Fields§
§dbi_Link1: APTR§dbi_Count1: ULONG§dbi_SafeMessage: Message§dbi_UserData1: APTR§dbi_Link2: APTR§dbi_Count2: ULONG§dbi_DispMessage: Message§dbi_UserData2: APTR§dbi_MatchLong: ULONG§dbi_CopPtr1: APTR§dbi_CopPtr2: APTR§dbi_CopPtr3: APTR§dbi_BeamPos1: UWORD§dbi_BeamPos2: UWORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for DBufInfo
impl RefUnwindSafe for DBufInfo
impl !Send for DBufInfo
impl !Sync for DBufInfo
impl Unpin for DBufInfo
impl UnwindSafe for DBufInfo
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