pub struct SyscallSsa;
Trait Implementations§
impl OperationArguments for SyscallSsa
Auto Trait Implementations§
impl Freeze for SyscallSsa
impl RefUnwindSafe for SyscallSsa
impl Send for SyscallSsa
impl Sync for SyscallSsa
impl Unpin for SyscallSsa
impl UnwindSafe for SyscallSsa
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