Struct windows_sys::Win32::UI::Shell::SFV_CREATE
[−]#[repr(C)]pub struct SFV_CREATE {
pub cbSize: u32,
pub pshf: IShellFolder,
pub psvOuter: IShellView,
pub psfvcb: IShellFolderViewCB,
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_System_Ole"
Fields
cbSize: u32
pshf: IShellFolder
psvOuter: IShellView
psfvcb: IShellFolderViewCB
Trait Implementations
impl Clone for SFV_CREATE
impl Clone for SFV_CREATE
impl Copy for SFV_CREATE
Auto Trait Implementations
impl RefUnwindSafe for SFV_CREATE
impl !Send for SFV_CREATE
impl !Sync for SFV_CREATE
impl Unpin for SFV_CREATE
impl UnwindSafe for SFV_CREATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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