pub enum FsUseType {
Xattr = 1,
Trans = 2,
Task = 3,
}
Expand description
Discriminates among the different kinds of “fs_use_*” labeling statements in the policy; see https://selinuxproject.org/page/FileStatements.
Variants§
Trait Implementations§
impl Copy for FsUseType
impl Eq for FsUseType
impl StructuralPartialEq for FsUseType
Auto Trait Implementations§
impl Freeze for FsUseType
impl RefUnwindSafe for FsUseType
impl Send for FsUseType
impl Sync for FsUseType
impl Unpin for FsUseType
impl UnwindSafe for FsUseType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)