#[repr(i32)]pub enum tagSTATFLAG {
STATFLAG_DEFAULT = 0,
STATFLAG_NONAME = 1,
STATFLAG_NOOPEN = 2,
}Variants§
Trait Implementations§
Source§impl Clone for tagSTATFLAG
impl Clone for tagSTATFLAG
Source§fn clone(&self) -> tagSTATFLAG
fn clone(&self) -> tagSTATFLAG
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 tagSTATFLAG
impl Debug for tagSTATFLAG
Source§impl Hash for tagSTATFLAG
impl Hash for tagSTATFLAG
Source§impl PartialEq for tagSTATFLAG
impl PartialEq for tagSTATFLAG
impl Copy for tagSTATFLAG
impl Eq for tagSTATFLAG
impl StructuralPartialEq for tagSTATFLAG
Auto Trait Implementations§
impl Freeze for tagSTATFLAG
impl RefUnwindSafe for tagSTATFLAG
impl Send for tagSTATFLAG
impl Sync for tagSTATFLAG
impl Unpin for tagSTATFLAG
impl UnwindSafe for tagSTATFLAG
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