pub enum XpermsKind {
    Ioctl,
    Nlmsg,
}Expand description
A kind of extended permission, corresponding to the base permission that should trigger a check of an extended permission.
Variants§
Trait Implementations§
Source§impl Clone for XpermsKind
 
impl Clone for XpermsKind
Source§fn clone(&self) -> XpermsKind
 
fn clone(&self) -> XpermsKind
Returns a duplicate 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 XpermsKind
 
impl Debug for XpermsKind
Source§impl Hash for XpermsKind
 
impl Hash for XpermsKind
Source§impl PartialEq for XpermsKind
 
impl PartialEq for XpermsKind
impl Eq for XpermsKind
impl StructuralPartialEq for XpermsKind
Auto Trait Implementations§
impl Freeze for XpermsKind
impl RefUnwindSafe for XpermsKind
impl Send for XpermsKind
impl Sync for XpermsKind
impl Unpin for XpermsKind
impl UnwindSafe for XpermsKind
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§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.