pub struct FallibleSyscallSignature(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for FallibleSyscallSignature
impl Clone for FallibleSyscallSignature
Source§fn clone(&self) -> FallibleSyscallSignature
fn clone(&self) -> FallibleSyscallSignature
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 FallibleSyscallSignature
impl Debug for FallibleSyscallSignature
Source§impl<const N: usize> From<([RegularParamType; N], ErrPtr)> for FallibleSyscallSignature
impl<const N: usize> From<([RegularParamType; N], ErrPtr)> for FallibleSyscallSignature
Source§impl From<ErrPtr> for FallibleSyscallSignature
impl From<ErrPtr> for FallibleSyscallSignature
Source§impl Hash for FallibleSyscallSignature
impl Hash for FallibleSyscallSignature
Source§impl PartialEq for FallibleSyscallSignature
impl PartialEq for FallibleSyscallSignature
impl Eq for FallibleSyscallSignature
impl StructuralPartialEq for FallibleSyscallSignature
Auto Trait Implementations§
impl Freeze for FallibleSyscallSignature
impl RefUnwindSafe for FallibleSyscallSignature
impl Send for FallibleSyscallSignature
impl Sync for FallibleSyscallSignature
impl Unpin for FallibleSyscallSignature
impl UnwindSafe for FallibleSyscallSignature
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