#[repr(C, packed(2))]pub struct RexxRsrc {
pub rr_Node: Node,
pub rr_Func: WORD,
pub rr_Base: APTR,
pub rr_Size: LONG,
pub rr_Arg1: LONG,
pub rr_Arg2: LONG,
}Fields§
§rr_Node: Node§rr_Func: WORD§rr_Base: APTR§rr_Size: LONG§rr_Arg1: LONG§rr_Arg2: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for RexxRsrc
impl RefUnwindSafe for RexxRsrc
impl !Send for RexxRsrc
impl !Sync for RexxRsrc
impl Unpin for RexxRsrc
impl UnwindSafe for RexxRsrc
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