Struct oci_spec::runtime::LinuxSeccompArg
source · pub struct LinuxSeccompArg { /* private fields */ }
Expand description
LinuxSeccompArg used for matching specific syscall arguments in seccomp.
Implementations§
Trait Implementations§
source§impl Clone for LinuxSeccompArg
impl Clone for LinuxSeccompArg
source§fn clone(&self) -> LinuxSeccompArg
fn clone(&self) -> LinuxSeccompArg
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 LinuxSeccompArg
impl Debug for LinuxSeccompArg
source§impl Default for LinuxSeccompArg
impl Default for LinuxSeccompArg
source§fn default() -> LinuxSeccompArg
fn default() -> LinuxSeccompArg
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LinuxSeccompArg
impl<'de> Deserialize<'de> for LinuxSeccompArg
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for LinuxSeccompArg
impl PartialEq for LinuxSeccompArg
source§fn eq(&self, other: &LinuxSeccompArg) -> bool
fn eq(&self, other: &LinuxSeccompArg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LinuxSeccompArg
impl Serialize for LinuxSeccompArg
impl Copy for LinuxSeccompArg
impl Eq for LinuxSeccompArg
impl StructuralPartialEq for LinuxSeccompArg
Auto Trait Implementations§
impl Freeze for LinuxSeccompArg
impl RefUnwindSafe for LinuxSeccompArg
impl Send for LinuxSeccompArg
impl Sync for LinuxSeccompArg
impl Unpin for LinuxSeccompArg
impl UnwindSafe for LinuxSeccompArg
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,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)