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