#[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: u32pshf: IShellFolderpsvOuter: IShellViewpidl: *mut ITEMIDLISTlEvents: i32pfnCallback: LPFNVIEWCALLBACKfvm: FOLDERVIEWMODETrait 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 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