pub struct LinuxSyscall { /* private fields */ }
Expand description
LinuxSyscall is used to match a syscall in Seccomp
Trait Implementations§
Source§impl Clone for LinuxSyscall
impl Clone for LinuxSyscall
Source§fn clone(&self) -> LinuxSyscall
fn clone(&self) -> LinuxSyscall
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 LinuxSyscall
impl Debug for LinuxSyscall
Source§impl Default for LinuxSyscall
impl Default for LinuxSyscall
Source§fn default() -> LinuxSyscall
fn default() -> LinuxSyscall
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinuxSyscall
impl<'de> Deserialize<'de> for LinuxSyscall
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 LinuxSyscall
impl RefUnwindSafe for LinuxSyscall
impl Send for LinuxSyscall
impl Sync for LinuxSyscall
impl Unpin for LinuxSyscall
impl UnwindSafe for LinuxSyscall
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