Struct windows_sys::Win32::UI::Shell::OPENASINFO
[−]#[repr(C)]pub struct OPENASINFO {
pub pcszFile: PCWSTR,
pub pcszClass: PCWSTR,
pub oaifInFlags: OPEN_AS_INFO_FLAGS,
}
Expand description
Required features: "Win32_UI_Shell"
Fields
pcszFile: PCWSTR
pcszClass: PCWSTR
oaifInFlags: OPEN_AS_INFO_FLAGS
Trait Implementations
impl Clone for OPENASINFO
impl Clone for OPENASINFO
impl Copy for OPENASINFO
Auto Trait Implementations
impl RefUnwindSafe for OPENASINFO
impl !Send for OPENASINFO
impl !Sync for OPENASINFO
impl Unpin for OPENASINFO
impl UnwindSafe for OPENASINFO
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