#[repr(C, packed(2))]pub struct AmigaGuideMsg {
pub agm_Msg: Message,
pub agm_Type: ULONG,
pub agm_Data: APTR,
pub agm_DSize: ULONG,
pub agm_DType: ULONG,
pub agm_Pri_Ret: ULONG,
pub agm_Sec_Ret: ULONG,
pub agm_System1: APTR,
pub agm_System2: APTR,
}Fields§
§agm_Msg: Message§agm_Type: ULONG§agm_Data: APTR§agm_DSize: ULONG§agm_DType: ULONG§agm_Pri_Ret: ULONG§agm_Sec_Ret: ULONG§agm_System1: APTR§agm_System2: APTRTrait Implementations§
Source§impl Clone for AmigaGuideMsg
impl Clone for AmigaGuideMsg
Source§fn clone(&self) -> AmigaGuideMsg
fn clone(&self) -> AmigaGuideMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AmigaGuideMsg
impl Debug for AmigaGuideMsg
impl Copy for AmigaGuideMsg
Auto Trait Implementations§
impl Freeze for AmigaGuideMsg
impl RefUnwindSafe for AmigaGuideMsg
impl !Send for AmigaGuideMsg
impl !Sync for AmigaGuideMsg
impl Unpin for AmigaGuideMsg
impl UnwindSafe for AmigaGuideMsg
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