#[repr(C, packed(2))]pub struct RexxArg {
pub ra_Size: LONG,
pub ra_Length: UWORD,
pub ra_Flags: UBYTE,
pub ra_Hash: UBYTE,
pub ra_Buff: [BYTE; 8],
}Fields§
§ra_Size: LONG§ra_Length: UWORD§ra_Flags: UBYTE§ra_Hash: UBYTE§ra_Buff: [BYTE; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for RexxArg
impl RefUnwindSafe for RexxArg
impl Send for RexxArg
impl Sync for RexxArg
impl Unpin for RexxArg
impl UnwindSafe for RexxArg
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