#[repr(C)]pub struct BASEBROWSERDATAXP {Show 26 fields
pub _hwnd: HWND,
pub _ptl: Option<ITravelLog>,
pub _phlf: Option<IHlinkFrame>,
pub _pautoWB2: Option<IWebBrowser2>,
pub _pautoEDS: Option<IExpDispSupportXP>,
pub _pautoSS: Option<IShellService>,
pub _eSecureLockIcon: i32,
pub _bitfield: u32,
pub _uActivateState: u32,
pub _pidlViewState: *mut ITEMIDLIST,
pub _pctView: Option<IOleCommandTarget>,
pub _pidlCur: *mut ITEMIDLIST,
pub _psv: Option<IShellView>,
pub _psf: Option<IShellFolder>,
pub _hwndView: HWND,
pub _pszTitleCur: PWSTR,
pub _pidlPending: *mut ITEMIDLIST,
pub _psvPending: Option<IShellView>,
pub _psfPending: Option<IShellFolder>,
pub _hwndViewPending: HWND,
pub _pszTitlePending: PWSTR,
pub _fIsViewMSHTML: BOOL,
pub _fPrivacyImpacted: BOOL,
pub _clsidView: Guid,
pub _clsidViewPending: Guid,
pub _hwndFrame: HWND,
}Fields§
§_hwnd: HWND§_ptl: Option<ITravelLog>§_phlf: Option<IHlinkFrame>§_pautoWB2: Option<IWebBrowser2>§_pautoEDS: Option<IExpDispSupportXP>§_pautoSS: Option<IShellService>§_eSecureLockIcon: i32§_bitfield: u32§_uActivateState: u32§_pidlViewState: *mut ITEMIDLIST§_pctView: Option<IOleCommandTarget>§_pidlCur: *mut ITEMIDLIST§_psv: Option<IShellView>§_psf: Option<IShellFolder>§_hwndView: HWND§_pszTitleCur: PWSTR§_pidlPending: *mut ITEMIDLIST§_psvPending: Option<IShellView>§_psfPending: Option<IShellFolder>§_hwndViewPending: HWND§_pszTitlePending: PWSTR§_fIsViewMSHTML: BOOL§_fPrivacyImpacted: BOOL§_clsidView: Guid§_clsidViewPending: Guid§_hwndFrame: HWNDTrait Implementations§
Source§impl Abi for BASEBROWSERDATAXP
impl Abi for BASEBROWSERDATAXP
type DefaultType = BASEBROWSERDATAXP
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for BASEBROWSERDATAXP
impl Clone for BASEBROWSERDATAXP
Source§fn clone(&self) -> BASEBROWSERDATAXP
fn clone(&self) -> BASEBROWSERDATAXP
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 moreSource§impl Debug for BASEBROWSERDATAXP
impl Debug for BASEBROWSERDATAXP
Source§impl Default for BASEBROWSERDATAXP
impl Default for BASEBROWSERDATAXP
Source§impl PartialEq for BASEBROWSERDATAXP
impl PartialEq for BASEBROWSERDATAXP
impl Eq for BASEBROWSERDATAXP
Auto Trait Implementations§
impl Freeze for BASEBROWSERDATAXP
impl RefUnwindSafe for BASEBROWSERDATAXP
impl !Send for BASEBROWSERDATAXP
impl !Sync for BASEBROWSERDATAXP
impl Unpin for BASEBROWSERDATAXP
impl UnwindSafe for BASEBROWSERDATAXP
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