pub struct AddKeyArgs {
pub type: InspectResult<CString>,
pub description: InspectResult<CString>,
pub payload: InspectResult<Vec<u8>>,
pub keyring: key_serial_t,
}Fields§
§type: InspectResult<CString>§description: InspectResult<CString>§payload: InspectResult<Vec<u8>>§keyring: key_serial_tTrait Implementations§
Source§impl Clone for AddKeyArgs
impl Clone for AddKeyArgs
Source§fn clone(&self) -> AddKeyArgs
fn clone(&self) -> AddKeyArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddKeyArgs
impl Debug for AddKeyArgs
Source§impl From<AddKeyArgs> for SyscallArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl From<AddKeyArgs> for SyscallArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
Source§fn from(args: AddKeyArgs) -> Self
fn from(args: AddKeyArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AddKeyArgs
impl PartialEq for AddKeyArgs
Source§fn eq(&self, other: &AddKeyArgs) -> bool
fn eq(&self, other: &AddKeyArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for AddKeyArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallGroupsGetter for AddKeyArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for AddKeyArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallNumber for AddKeyArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_number(&self) -> isize
impl StructuralPartialEq for AddKeyArgs
Auto Trait Implementations§
impl Freeze for AddKeyArgs
impl RefUnwindSafe for AddKeyArgs
impl Send for AddKeyArgs
impl Sync for AddKeyArgs
impl Unpin for AddKeyArgs
impl UnsafeUnpin for AddKeyArgs
impl UnwindSafe for AddKeyArgs
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