#[repr(C, packed(2))]pub struct AmigaGuideHost {
pub agh_Dispatcher: Hook,
pub agh_Reserved: ULONG,
pub agh_Flags: ULONG,
pub agh_UseCnt: ULONG,
pub agh_SystemData: APTR,
pub agh_UserData: APTR,
}Fields§
§agh_Dispatcher: Hook§agh_Reserved: ULONG§agh_Flags: ULONG§agh_UseCnt: ULONG§agh_SystemData: APTR§agh_UserData: APTRTrait Implementations§
Source§impl Clone for AmigaGuideHost
impl Clone for AmigaGuideHost
Source§fn clone(&self) -> AmigaGuideHost
fn clone(&self) -> AmigaGuideHost
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 AmigaGuideHost
impl Debug for AmigaGuideHost
impl Copy for AmigaGuideHost
Auto Trait Implementations§
impl Freeze for AmigaGuideHost
impl RefUnwindSafe for AmigaGuideHost
impl !Send for AmigaGuideHost
impl !Sync for AmigaGuideHost
impl Unpin for AmigaGuideHost
impl UnwindSafe for AmigaGuideHost
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