pub struct LinuxSeccompArg { /* private fields */ }
Expand description
LinuxSeccompArg used for matching specific syscall arguments in Seccomp
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
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