pub struct FsUseLabelAndType {
pub context: SecurityContext,
pub use_type: FsUseType,
}
Expand description
The SecurityContext
and FsUseType
derived from some fs_use_*
line of the policy.
Fields§
§context: SecurityContext
§use_type: FsUseType
Auto Trait Implementations§
impl Freeze for FsUseLabelAndType
impl RefUnwindSafe for FsUseLabelAndType
impl Send for FsUseLabelAndType
impl Sync for FsUseLabelAndType
impl Unpin for FsUseLabelAndType
impl UnwindSafe for FsUseLabelAndType
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