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