Struct BROWSEINFOA
#[repr(C)]pub struct BROWSEINFOA {
pub hwndOwner: HWND,
pub pidlRoot: *mut ITEMIDLIST,
pub pszDisplayName: PSTR,
pub lpszTitle: PCSTR,
pub ulFlags: u32,
pub lpfn: BFFCALLBACK,
pub lParam: LPARAM,
pub iImage: i32,
}
Fields§
§hwndOwner: HWND
§pidlRoot: *mut ITEMIDLIST
§pszDisplayName: PSTR
§lpszTitle: PCSTR
§ulFlags: u32
§lpfn: BFFCALLBACK
§lParam: LPARAM
§iImage: i32
Trait Implementations§
§impl Clone for BROWSEINFOA
impl Clone for BROWSEINFOA
§fn clone(&self) -> BROWSEINFOA
fn clone(&self) -> BROWSEINFOA
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 BROWSEINFOA
Auto Trait Implementations§
impl Freeze for BROWSEINFOA
impl RefUnwindSafe for BROWSEINFOA
impl !Send for BROWSEINFOA
impl !Sync for BROWSEINFOA
impl Unpin for BROWSEINFOA
impl UnwindSafe for BROWSEINFOA
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