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