#[repr(C)]pub struct LandlockPathBeneathAttr {
pub allowed_access: u64,
pub parent_fd: RawFd,
}Fields§
§allowed_access: u64§parent_fd: RawFdTrait Implementations§
Auto Trait Implementations§
impl Freeze for LandlockPathBeneathAttr
impl RefUnwindSafe for LandlockPathBeneathAttr
impl Send for LandlockPathBeneathAttr
impl Sync for LandlockPathBeneathAttr
impl Unpin for LandlockPathBeneathAttr
impl UnsafeUnpin for LandlockPathBeneathAttr
impl UnwindSafe for LandlockPathBeneathAttr
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