pub struct InfallibleSyscallSignature(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for InfallibleSyscallSignature
impl Clone for InfallibleSyscallSignature
Source§fn clone(&self) -> InfallibleSyscallSignature
fn clone(&self) -> InfallibleSyscallSignature
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 InfallibleSyscallSignature
impl Debug for InfallibleSyscallSignature
Source§impl<const N: usize> From<[RegularParamType; N]> for InfallibleSyscallSignature
impl<const N: usize> From<[RegularParamType; N]> for InfallibleSyscallSignature
Source§fn from(params: [RegularParamType; N]) -> Self
fn from(params: [RegularParamType; N]) -> Self
Converts to this type from the input type.
Source§impl Hash for InfallibleSyscallSignature
impl Hash for InfallibleSyscallSignature
impl Eq for InfallibleSyscallSignature
impl StructuralPartialEq for InfallibleSyscallSignature
Auto Trait Implementations§
impl Freeze for InfallibleSyscallSignature
impl RefUnwindSafe for InfallibleSyscallSignature
impl Send for InfallibleSyscallSignature
impl Sync for InfallibleSyscallSignature
impl Unpin for InfallibleSyscallSignature
impl UnwindSafe for InfallibleSyscallSignature
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