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