#[repr(C, packed(1))]pub struct landlock_path_beneath_attr {
pub allowed_access: __u64,
pub parent_fd: __s32,
}
Fields§
§allowed_access: __u64
§parent_fd: __s32
Trait Implementations§
Source§impl Clone for landlock_path_beneath_attr
impl Clone for landlock_path_beneath_attr
Source§fn clone(&self) -> landlock_path_beneath_attr
fn clone(&self) -> landlock_path_beneath_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_path_beneath_attr
impl Debug for landlock_path_beneath_attr
impl Copy for landlock_path_beneath_attr
Auto Trait Implementations§
impl Freeze for landlock_path_beneath_attr
impl RefUnwindSafe for landlock_path_beneath_attr
impl Send for landlock_path_beneath_attr
impl Sync for landlock_path_beneath_attr
impl Unpin for landlock_path_beneath_attr
impl UnwindSafe for landlock_path_beneath_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