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