Union windows_sys::Win32::System::Com::uCLSSPEC_0
[−]#[repr(C)]
pub union uCLSSPEC_0 {
pub clsid: GUID,
pub pFileExt: PWSTR,
pub pMimeType: PWSTR,
pub pProgId: PWSTR,
pub pFileName: PWSTR,
pub ByName: uCLSSPEC_0_0,
pub ByObjectId: uCLSSPEC_0_1,
}
Expand description
Required features: "Win32_System_Com"
Fields
clsid: GUID
pFileExt: PWSTR
pMimeType: PWSTR
pProgId: PWSTR
pFileName: PWSTR
ByName: uCLSSPEC_0_0
ByObjectId: uCLSSPEC_0_1
Trait Implementations
impl Clone for uCLSSPEC_0
impl Clone for uCLSSPEC_0
impl Copy for uCLSSPEC_0
Auto Trait Implementations
impl RefUnwindSafe for uCLSSPEC_0
impl !Send for uCLSSPEC_0
impl !Sync for uCLSSPEC_0
impl Unpin for uCLSSPEC_0
impl UnwindSafe for uCLSSPEC_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more