pub struct CapsSpec<'a> {
pub effective: [u32; 2],
pub permitted: [u32; 2],
pub inheritable: [u32; 2],
pub bounding_drop: &'a [u32],
pub clear_ambient: bool,
}Expand description
Prepared Linux capability state.
Fields§
§effective: [u32; 2]§permitted: [u32; 2]§inheritable: [u32; 2]§bounding_drop: &'a [u32]§clear_ambient: boolTrait Implementations§
impl<'a> Copy for CapsSpec<'a>
Auto Trait Implementations§
impl<'a> Freeze for CapsSpec<'a>
impl<'a> RefUnwindSafe for CapsSpec<'a>
impl<'a> Send for CapsSpec<'a>
impl<'a> Sync for CapsSpec<'a>
impl<'a> Unpin for CapsSpec<'a>
impl<'a> UnsafeUnpin for CapsSpec<'a>
impl<'a> UnwindSafe for CapsSpec<'a>
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