pub struct SyscallArg(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SyscallArg
impl Clone for SyscallArg
Source§fn clone(&self) -> SyscallArg
fn clone(&self) -> SyscallArg
Returns a duplicate 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 SyscallArg
impl Debug for SyscallArg
Source§impl Default for SyscallArg
impl Default for SyscallArg
Source§fn default() -> SyscallArg
fn default() -> SyscallArg
Returns the “default value” for a type. Read more
Source§impl From<SyscallArg> for DeviceType
impl From<SyscallArg> for DeviceType
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for FileMode
impl From<SyscallArg> for FileMode
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for UncheckedSignal
impl From<SyscallArg> for UncheckedSignal
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for UserAddress
impl From<SyscallArg> for UserAddress
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl<T> From<SyscallArg> for UserRef<T>
impl<T> From<SyscallArg> for UserRef<T>
Source§fn from(arg: SyscallArg) -> UserRef<T>
fn from(arg: SyscallArg) -> UserRef<T>
Converts to this type from the input type.
Source§impl From<SyscallArg> for UserValue<i32>
impl From<SyscallArg> for UserValue<i32>
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for UserValue<i64>
impl From<SyscallArg> for UserValue<i64>
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for UserValue<u32>
impl From<SyscallArg> for UserValue<u32>
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for UserValue<u64>
impl From<SyscallArg> for UserValue<u64>
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for UserValue<usize>
impl From<SyscallArg> for UserValue<usize>
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for bool
impl From<SyscallArg> for bool
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for i32
impl From<SyscallArg> for i32
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for i64
impl From<SyscallArg> for i64
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for u32
impl From<SyscallArg> for u32
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for u64
impl From<SyscallArg> for u64
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<SyscallArg> for usize
impl From<SyscallArg> for usize
Source§fn from(arg: SyscallArg) -> Self
fn from(arg: SyscallArg) -> Self
Converts to this type from the input type.
Source§impl From<UserAddress> for SyscallArg
impl From<UserAddress> for SyscallArg
Source§fn from(value: UserAddress) -> Self
fn from(value: UserAddress) -> Self
Converts to this type from the input type.
Source§impl From<bool> for SyscallArg
impl From<bool> for SyscallArg
Source§impl From<u64> for SyscallArg
impl From<u64> for SyscallArg
Source§impl From<usize> for SyscallArg
impl From<usize> for SyscallArg
Source§impl LowerHex for SyscallArg
impl LowerHex for SyscallArg
Source§impl<T, T64, T32> MultiArchFrom<SyscallArg> for MappingMultiArchUserRef<T, T64, T32>
impl<T, T64, T32> MultiArchFrom<SyscallArg> for MappingMultiArchUserRef<T, T64, T32>
fn from_64(value: SyscallArg) -> Self
fn from_32(value: SyscallArg) -> Self
Source§impl PartialEq for SyscallArg
impl PartialEq for SyscallArg
impl Copy for SyscallArg
impl Eq for SyscallArg
impl StructuralPartialEq for SyscallArg
Auto Trait Implementations§
impl Freeze for SyscallArg
impl RefUnwindSafe for SyscallArg
impl Send for SyscallArg
impl Sync for SyscallArg
impl Unpin for SyscallArg
impl UnwindSafe for SyscallArg
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more