#[repr(i32)]pub enum tagMSHLFLAGS {
MSHLFLAGS_NORMAL = 0,
MSHLFLAGS_TABLESTRONG = 1,
MSHLFLAGS_TABLEWEAK = 2,
MSHLFLAGS_NOPING = 4,
MSHLFLAGS_RESERVED1 = 8,
MSHLFLAGS_RESERVED2 = 16,
MSHLFLAGS_RESERVED3 = 32,
MSHLFLAGS_RESERVED4 = 64,
}Variants§
MSHLFLAGS_NORMAL = 0
MSHLFLAGS_TABLESTRONG = 1
MSHLFLAGS_TABLEWEAK = 2
MSHLFLAGS_NOPING = 4
MSHLFLAGS_RESERVED1 = 8
MSHLFLAGS_RESERVED2 = 16
MSHLFLAGS_RESERVED3 = 32
MSHLFLAGS_RESERVED4 = 64
Trait Implementations§
Source§impl Clone for tagMSHLFLAGS
impl Clone for tagMSHLFLAGS
Source§fn clone(&self) -> tagMSHLFLAGS
fn clone(&self) -> tagMSHLFLAGS
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 tagMSHLFLAGS
impl Debug for tagMSHLFLAGS
Source§impl Hash for tagMSHLFLAGS
impl Hash for tagMSHLFLAGS
Source§impl PartialEq for tagMSHLFLAGS
impl PartialEq for tagMSHLFLAGS
impl Copy for tagMSHLFLAGS
impl Eq for tagMSHLFLAGS
impl StructuralPartialEq for tagMSHLFLAGS
Auto Trait Implementations§
impl Freeze for tagMSHLFLAGS
impl RefUnwindSafe for tagMSHLFLAGS
impl Send for tagMSHLFLAGS
impl Sync for tagMSHLFLAGS
impl Unpin for tagMSHLFLAGS
impl UnwindSafe for tagMSHLFLAGS
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