pub struct SeccompArgs {
pub operation: c_int,
pub flags: c_uint,
}Fields§
§operation: c_int§flags: c_uintTrait Implementations§
Source§impl Clone for SeccompArgs
impl Clone for SeccompArgs
Source§fn clone(&self) -> SeccompArgs
fn clone(&self) -> SeccompArgs
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 SeccompArgs
impl Debug for SeccompArgs
Source§impl From<SeccompArgs> for SyscallArgs
impl From<SeccompArgs> for SyscallArgs
Source§fn from(args: SeccompArgs) -> Self
fn from(args: SeccompArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SeccompArgs
impl PartialEq for SeccompArgs
Source§impl SyscallGroupsGetter for SeccompArgs
impl SyscallGroupsGetter for SeccompArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SeccompArgs
impl SyscallNumber for SeccompArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for SeccompArgs
Auto Trait Implementations§
impl Freeze for SeccompArgs
impl RefUnwindSafe for SeccompArgs
impl Send for SeccompArgs
impl Sync for SeccompArgs
impl Unpin for SeccompArgs
impl UnwindSafe for SeccompArgs
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