pub struct ICommDlgBrowser2(/* private fields */);
Implementations§
Source§impl ICommDlgBrowser2
impl ICommDlgBrowser2
pub unsafe fn OnDefaultCommand<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, ) -> Result<()>
pub unsafe fn OnStateChange<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, uchange: u32, ) -> Result<()>
pub unsafe fn IncludeObject<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, pidl: *mut ITEMIDLIST, ) -> Result<()>
pub unsafe fn Notify<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, dwnotifytype: u32, ) -> Result<()>
pub unsafe fn GetDefaultMenuText<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, psztext: PWSTR, cchmax: i32, ) -> Result<()>
pub unsafe fn GetViewFlags(&self) -> Result<u32>
Trait Implementations§
Source§impl Clone for ICommDlgBrowser2
impl Clone for ICommDlgBrowser2
Source§fn clone(&self) -> ICommDlgBrowser2
fn clone(&self) -> ICommDlgBrowser2
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 ICommDlgBrowser2
impl Debug for ICommDlgBrowser2
Source§impl From<&ICommDlgBrowser2> for ICommDlgBrowser
impl From<&ICommDlgBrowser2> for ICommDlgBrowser
Source§fn from(value: &ICommDlgBrowser2) -> Self
fn from(value: &ICommDlgBrowser2) -> Self
Converts to this type from the input type.
Source§impl From<&ICommDlgBrowser2> for IUnknown
impl From<&ICommDlgBrowser2> for IUnknown
Source§fn from(value: &ICommDlgBrowser2) -> Self
fn from(value: &ICommDlgBrowser2) -> Self
Converts to this type from the input type.
Source§impl From<&ICommDlgBrowser3> for ICommDlgBrowser2
impl From<&ICommDlgBrowser3> for ICommDlgBrowser2
Source§fn from(value: &ICommDlgBrowser3) -> Self
fn from(value: &ICommDlgBrowser3) -> Self
Converts to this type from the input type.
Source§impl From<ICommDlgBrowser2> for ICommDlgBrowser
impl From<ICommDlgBrowser2> for ICommDlgBrowser
Source§fn from(value: ICommDlgBrowser2) -> Self
fn from(value: ICommDlgBrowser2) -> Self
Converts to this type from the input type.
Source§impl From<ICommDlgBrowser2> for IUnknown
impl From<ICommDlgBrowser2> for IUnknown
Source§fn from(value: ICommDlgBrowser2) -> Self
fn from(value: ICommDlgBrowser2) -> Self
Converts to this type from the input type.
Source§impl From<ICommDlgBrowser3> for ICommDlgBrowser2
impl From<ICommDlgBrowser3> for ICommDlgBrowser2
Source§fn from(value: ICommDlgBrowser3) -> Self
fn from(value: ICommDlgBrowser3) -> Self
Converts to this type from the input type.
Source§impl Interface for ICommDlgBrowser2
impl Interface for ICommDlgBrowser2
const IID: Guid
type Vtable = ICommDlgBrowser2_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
Source§impl PartialEq for ICommDlgBrowser2
impl PartialEq for ICommDlgBrowser2
impl Eq for ICommDlgBrowser2
impl StructuralPartialEq for ICommDlgBrowser2
Auto Trait Implementations§
impl Freeze for ICommDlgBrowser2
impl RefUnwindSafe for ICommDlgBrowser2
impl !Send for ICommDlgBrowser2
impl !Sync for ICommDlgBrowser2
impl Unpin for ICommDlgBrowser2
impl UnwindSafe for ICommDlgBrowser2
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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