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