#[repr(u32)]pub enum sysdir_search_path_domain_mask_t {
    SYSDIR_DOMAIN_MASK_USER,
    SYSDIR_DOMAIN_MASK_LOCAL,
    SYSDIR_DOMAIN_MASK_NETWORK,
    SYSDIR_DOMAIN_MASK_SYSTEM,
    SYSDIR_DOMAIN_MASK_ALL,
}Variants§
SYSDIR_DOMAIN_MASK_USER
SYSDIR_DOMAIN_MASK_LOCAL
SYSDIR_DOMAIN_MASK_NETWORK
SYSDIR_DOMAIN_MASK_SYSTEM
SYSDIR_DOMAIN_MASK_ALL
Trait Implementations§
source§impl Clone for sysdir_search_path_domain_mask_t
 
impl Clone for sysdir_search_path_domain_mask_t
source§fn clone(&self) -> sysdir_search_path_domain_mask_t
 
fn clone(&self) -> sysdir_search_path_domain_mask_t
Returns a copy 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 moreimpl Copy for sysdir_search_path_domain_mask_t
Auto Trait Implementations§
impl RefUnwindSafe for sysdir_search_path_domain_mask_t
impl Send for sysdir_search_path_domain_mask_t
impl Sync for sysdir_search_path_domain_mask_t
impl Unpin for sysdir_search_path_domain_mask_t
impl UnwindSafe for sysdir_search_path_domain_mask_t
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