#[repr(C)]pub struct seccomp_metadata {
pub filter_off: __u64,
pub flags: __u64,
}
Fields§
§filter_off: __u64
§flags: __u64
Trait Implementations§
Source§impl Clone for seccomp_metadata
impl Clone for seccomp_metadata
Source§fn clone(&self) -> seccomp_metadata
fn clone(&self) -> seccomp_metadata
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 seccomp_metadata
impl Debug for seccomp_metadata
impl Copy for seccomp_metadata
Auto Trait Implementations§
impl Freeze for seccomp_metadata
impl RefUnwindSafe for seccomp_metadata
impl Send for seccomp_metadata
impl Sync for seccomp_metadata
impl Unpin for seccomp_metadata
impl UnwindSafe for seccomp_metadata
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