Struct BROWSEINFOW
#[repr(C)]pub struct BROWSEINFOW {
pub hwndOwner: HWND,
pub pidlRoot: *mut ITEMIDLIST,
pub pszDisplayName: PWSTR,
pub lpszTitle: PCWSTR,
pub ulFlags: u32,
pub lpfn: BFFCALLBACK,
pub lParam: LPARAM,
pub iImage: i32,
}
Fields§
§hwndOwner: HWND
§pidlRoot: *mut ITEMIDLIST
§pszDisplayName: PWSTR
§lpszTitle: PCWSTR
§ulFlags: u32
§lpfn: BFFCALLBACK
§lParam: LPARAM
§iImage: i32
Trait Implementations§
§impl Clone for BROWSEINFOW
impl Clone for BROWSEINFOW
§fn clone(&self) -> BROWSEINFOW
fn clone(&self) -> BROWSEINFOW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for BROWSEINFOW
Auto Trait Implementations§
impl Freeze for BROWSEINFOW
impl RefUnwindSafe for BROWSEINFOW
impl !Send for BROWSEINFOW
impl !Sync for BROWSEINFOW
impl Unpin for BROWSEINFOW
impl UnwindSafe for BROWSEINFOW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more