#[repr(i32)]pub enum tagFUNCFLAGS {
Show 13 variants
FUNCFLAG_FRESTRICTED = 1,
FUNCFLAG_FSOURCE = 2,
FUNCFLAG_FBINDABLE = 4,
FUNCFLAG_FREQUESTEDIT = 8,
FUNCFLAG_FDISPLAYBIND = 16,
FUNCFLAG_FDEFAULTBIND = 32,
FUNCFLAG_FHIDDEN = 64,
FUNCFLAG_FUSESGETLASTERROR = 128,
FUNCFLAG_FDEFAULTCOLLELEM = 256,
FUNCFLAG_FUIDEFAULT = 512,
FUNCFLAG_FNONBROWSABLE = 1_024,
FUNCFLAG_FREPLACEABLE = 2_048,
FUNCFLAG_FIMMEDIATEBIND = 4_096,
}Variants§
FUNCFLAG_FRESTRICTED = 1
FUNCFLAG_FSOURCE = 2
FUNCFLAG_FBINDABLE = 4
FUNCFLAG_FREQUESTEDIT = 8
FUNCFLAG_FDISPLAYBIND = 16
FUNCFLAG_FDEFAULTBIND = 32
FUNCFLAG_FHIDDEN = 64
FUNCFLAG_FUSESGETLASTERROR = 128
FUNCFLAG_FDEFAULTCOLLELEM = 256
FUNCFLAG_FUIDEFAULT = 512
FUNCFLAG_FNONBROWSABLE = 1_024
FUNCFLAG_FREPLACEABLE = 2_048
FUNCFLAG_FIMMEDIATEBIND = 4_096
Trait Implementations§
Source§impl Clone for tagFUNCFLAGS
impl Clone for tagFUNCFLAGS
Source§fn clone(&self) -> tagFUNCFLAGS
fn clone(&self) -> tagFUNCFLAGS
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 tagFUNCFLAGS
impl Debug for tagFUNCFLAGS
Source§impl Hash for tagFUNCFLAGS
impl Hash for tagFUNCFLAGS
Source§impl PartialEq for tagFUNCFLAGS
impl PartialEq for tagFUNCFLAGS
impl Copy for tagFUNCFLAGS
impl Eq for tagFUNCFLAGS
impl StructuralPartialEq for tagFUNCFLAGS
Auto Trait Implementations§
impl Freeze for tagFUNCFLAGS
impl RefUnwindSafe for tagFUNCFLAGS
impl Send for tagFUNCFLAGS
impl Sync for tagFUNCFLAGS
impl Unpin for tagFUNCFLAGS
impl UnwindSafe for tagFUNCFLAGS
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