#[repr(C)]pub struct Arguments<Args: Tuple + Crossing + Copy> { /* private fields */ }
Expand description
Arguments that will be passed to the secure call. Concrete versions of this are generated by the macro.
Implementations§
Trait Implementations§
impl<Args: Copy + Tuple + Crossing + Copy> Copy for Arguments<Args>
Auto Trait Implementations§
impl<Args> Crossing for Arguments<Args>
impl<Args> Freeze for Arguments<Args>where
Args: Freeze,
impl<Args> ObjSafe for Arguments<Args>where
Args: ObjSafe,
impl<Args> RefUnwindSafe for Arguments<Args>where
Args: RefUnwindSafe,
impl<Args> Send for Arguments<Args>where
Args: Send,
impl<Args> Sync for Arguments<Args>where
Args: Sync,
impl<Args> Unpin for Arguments<Args>where
Args: Unpin,
impl<Args> UnwindSafe for Arguments<Args>where
Args: UnwindSafe,
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