#[repr(i32)]pub enum tagTYSPEC {
TYSPEC_CLSID = 0,
TYSPEC_FILEEXT = 1,
TYSPEC_MIMETYPE = 2,
TYSPEC_FILENAME = 3,
TYSPEC_PROGID = 4,
TYSPEC_PACKAGENAME = 5,
TYSPEC_OBJECTID = 6,
}Variants§
TYSPEC_CLSID = 0
TYSPEC_FILEEXT = 1
TYSPEC_MIMETYPE = 2
TYSPEC_FILENAME = 3
TYSPEC_PROGID = 4
TYSPEC_PACKAGENAME = 5
TYSPEC_OBJECTID = 6
Trait Implementations§
impl Copy for tagTYSPEC
impl Eq for tagTYSPEC
impl StructuralPartialEq for tagTYSPEC
Auto Trait Implementations§
impl Freeze for tagTYSPEC
impl RefUnwindSafe for tagTYSPEC
impl Send for tagTYSPEC
impl Sync for tagTYSPEC
impl Unpin for tagTYSPEC
impl UnwindSafe for tagTYSPEC
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