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