pub enum Clsid {
ClassTable(u16),
Invalid,
Global(u16),
}Variants§
Trait Implementations§
Source§impl From<ClsidCacheIndex> for Clsid
impl From<ClsidCacheIndex> for Clsid
Source§fn from(v: ClsidCacheIndex) -> Self
fn from(v: ClsidCacheIndex) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Clsid
impl RefUnwindSafe for Clsid
impl Send for Clsid
impl Sync for Clsid
impl Unpin for Clsid
impl UnwindSafe for Clsid
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