#[repr(C, packed(2))]pub struct NewAmigaGuide {Show 13 fields
pub nag_Lock: BPTR,
pub nag_Name: STRPTR,
pub nag_Screen: *mut Screen,
pub nag_PubScreen: STRPTR,
pub nag_HostPort: STRPTR,
pub nag_ClientPort: STRPTR,
pub nag_BaseName: STRPTR,
pub nag_Flags: ULONG,
pub nag_Context: *mut STRPTR,
pub nag_Node: STRPTR,
pub nag_Line: LONG,
pub nag_Extens: *mut TagItem,
pub nag_Client: *mut c_void,
}Fields§
§nag_Lock: BPTR§nag_Name: STRPTR§nag_Screen: *mut Screen§nag_PubScreen: STRPTR§nag_HostPort: STRPTR§nag_ClientPort: STRPTR§nag_BaseName: STRPTR§nag_Flags: ULONG§nag_Context: *mut STRPTR§nag_Node: STRPTR§nag_Line: LONG§nag_Extens: *mut TagItem§nag_Client: *mut c_voidTrait Implementations§
Source§impl Clone for NewAmigaGuide
impl Clone for NewAmigaGuide
Source§fn clone(&self) -> NewAmigaGuide
fn clone(&self) -> NewAmigaGuide
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 NewAmigaGuide
impl Debug for NewAmigaGuide
impl Copy for NewAmigaGuide
Auto Trait Implementations§
impl Freeze for NewAmigaGuide
impl RefUnwindSafe for NewAmigaGuide
impl !Send for NewAmigaGuide
impl !Sync for NewAmigaGuide
impl Unpin for NewAmigaGuide
impl UnwindSafe for NewAmigaGuide
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