pub struct IDeskBand(/* private fields */);
Implementations§
Source§impl IDeskBand
impl IDeskBand
pub unsafe fn GetWindow(&self) -> Result<HWND>
pub unsafe fn ContextSensitiveHelp<'a>( &self, fentermode: impl IntoParam<'a, BOOL>, ) -> Result<()>
pub unsafe fn ShowDW<'a>(&self, fshow: impl IntoParam<'a, BOOL>) -> Result<()>
pub unsafe fn CloseDW(&self, dwreserved: u32) -> Result<()>
pub unsafe fn ResizeBorderDW<'a>( &self, prcborder: *mut RECT, punktoolbarsite: impl IntoParam<'a, IUnknown>, freserved: impl IntoParam<'a, BOOL>, ) -> Result<()>
pub unsafe fn GetBandInfo( &self, dwbandid: u32, dwviewmode: u32, pdbi: *mut DESKBANDINFO, ) -> Result<()>
Trait Implementations§
Source§impl From<&IDeskBand> for IDockingWindow
impl From<&IDeskBand> for IDockingWindow
Source§impl From<&IDeskBand> for IOleWindow
impl From<&IDeskBand> for IOleWindow
Source§impl From<&IDeskBand2> for IDeskBand
impl From<&IDeskBand2> for IDeskBand
Source§fn from(value: &IDeskBand2) -> Self
fn from(value: &IDeskBand2) -> Self
Converts to this type from the input type.
Source§impl From<IDeskBand> for IDockingWindow
impl From<IDeskBand> for IDockingWindow
Source§impl From<IDeskBand> for IOleWindow
impl From<IDeskBand> for IOleWindow
Source§impl From<IDeskBand2> for IDeskBand
impl From<IDeskBand2> for IDeskBand
Source§fn from(value: IDeskBand2) -> Self
fn from(value: IDeskBand2) -> Self
Converts to this type from the input type.
Source§impl Interface for IDeskBand
impl Interface for IDeskBand
const IID: Guid
type Vtable = IDeskBand_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
impl Eq for IDeskBand
impl StructuralPartialEq for IDeskBand
Auto Trait Implementations§
impl Freeze for IDeskBand
impl RefUnwindSafe for IDeskBand
impl !Send for IDeskBand
impl !Sync for IDeskBand
impl Unpin for IDeskBand
impl UnwindSafe for IDeskBand
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