#[repr(i32)]pub enum tagSTGC {
STGC_DEFAULT = 0,
STGC_OVERWRITE = 1,
STGC_ONLYIFCURRENT = 2,
STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE = 4,
STGC_CONSOLIDATE = 8,
}Variants§
STGC_DEFAULT = 0
STGC_OVERWRITE = 1
STGC_ONLYIFCURRENT = 2
STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE = 4
STGC_CONSOLIDATE = 8
Trait Implementations§
impl Copy for tagSTGC
impl Eq for tagSTGC
impl StructuralPartialEq for tagSTGC
Auto Trait Implementations§
impl Freeze for tagSTGC
impl RefUnwindSafe for tagSTGC
impl Send for tagSTGC
impl Sync for tagSTGC
impl Unpin for tagSTGC
impl UnwindSafe for tagSTGC
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