#[repr(C)]pub struct CSFV {
pub cbSize: u32,
pub pshf: IShellFolder,
pub psvOuter: IShellView,
pub pidl: *mut ITEMIDLIST,
pub lEvents: i32,
pub pfnCallback: LPFNVIEWCALLBACK,
pub fvm: FOLDERVIEWMODE,
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_Foundation"
, "Win32_System_Ole"
, "Win32_UI_Shell_Common"
Fields
cbSize: u32
pshf: IShellFolder
psvOuter: IShellView
pidl: *mut ITEMIDLIST
lEvents: i32
pfnCallback: LPFNVIEWCALLBACK
fvm: FOLDERVIEWMODE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CSFV
impl !Send for CSFV
impl !Sync for CSFV
impl Unpin for CSFV
impl UnwindSafe for CSFV
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