pub struct SystemSyscallSignature { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SystemSyscallSignature
impl Clone for SystemSyscallSignature
Source§fn clone(&self) -> SystemSyscallSignature
fn clone(&self) -> SystemSyscallSignature
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SystemSyscallSignature
impl Debug for SystemSyscallSignature
Source§impl<const N: usize, const M: usize> From<([RegularParamType; N], [ValueType; M])> for SystemSyscallSignature
impl<const N: usize, const M: usize> From<([RegularParamType; N], [ValueType; M])> for SystemSyscallSignature
Source§impl Hash for SystemSyscallSignature
impl Hash for SystemSyscallSignature
Source§impl PartialEq for SystemSyscallSignature
impl PartialEq for SystemSyscallSignature
impl Eq for SystemSyscallSignature
impl StructuralPartialEq for SystemSyscallSignature
Auto Trait Implementations§
impl Freeze for SystemSyscallSignature
impl RefUnwindSafe for SystemSyscallSignature
impl Send for SystemSyscallSignature
impl Sync for SystemSyscallSignature
impl Unpin for SystemSyscallSignature
impl UnwindSafe for SystemSyscallSignature
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