#[repr(C)]pub struct ARexxCmd {
pub ac_Name: STRPTR,
pub ac_ID: UWORD,
pub ac_Func: FPTR,
pub ac_ArgTemplate: STRPTR,
pub ac_Flags: ULONG,
pub ac_ArgList: *mut ULONG,
pub ac_RC: LONG,
pub ac_RC2: LONG,
pub ac_Result: STRPTR,
}Fields§
§ac_Name: STRPTR§ac_ID: UWORD§ac_Func: FPTR§ac_ArgTemplate: STRPTR§ac_Flags: ULONG§ac_ArgList: *mut ULONG§ac_RC: LONG§ac_RC2: LONG§ac_Result: STRPTRTrait Implementations§
Auto Trait Implementations§
impl !Send for ARexxCmd
impl !Sync for ARexxCmd
impl Freeze for ARexxCmd
impl RefUnwindSafe for ARexxCmd
impl Unpin for ARexxCmd
impl UnsafeUnpin for ARexxCmd
impl UnwindSafe for ARexxCmd
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