#[repr(C)]
pub union OpArgs {
pub op_mem_args: OpMemoryArgs,
pub get_module_args: GetModuleArgs,
pub get_tid_args: GetTidArgs,
}Fields§
§op_mem_args: OpMemoryArgs§get_module_args: GetModuleArgs§get_tid_args: GetTidArgsAuto Trait Implementations§
impl Freeze for OpArgs
impl RefUnwindSafe for OpArgs
impl !Send for OpArgs
impl !Sync for OpArgs
impl Unpin for OpArgs
impl UnwindSafe for OpArgs
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