pub struct IDeskBand2(/* private fields */);Implementations§
Source§impl IDeskBand2
impl IDeskBand2
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<()>
pub unsafe fn CanRenderComposited(&self) -> Result<BOOL>
pub unsafe fn SetCompositionState<'a>( &self, fcompositionenabled: impl IntoParam<'a, BOOL>, ) -> Result<()>
pub unsafe fn GetCompositionState(&self) -> Result<BOOL>
Trait Implementations§
Source§impl Clone for IDeskBand2
impl Clone for IDeskBand2
Source§fn clone(&self) -> IDeskBand2
fn clone(&self) -> IDeskBand2
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 IDeskBand2
impl Debug for IDeskBand2
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<&IDeskBand2> for IDockingWindow
impl From<&IDeskBand2> for IDockingWindow
Source§fn from(value: &IDeskBand2) -> Self
fn from(value: &IDeskBand2) -> Self
Converts to this type from the input type.
Source§impl From<&IDeskBand2> for IOleWindow
impl From<&IDeskBand2> for IOleWindow
Source§fn from(value: &IDeskBand2) -> Self
fn from(value: &IDeskBand2) -> Self
Converts to this type from the input type.
Source§impl From<&IDeskBand2> for IUnknown
impl From<&IDeskBand2> for IUnknown
Source§fn from(value: &IDeskBand2) -> Self
fn from(value: &IDeskBand2) -> Self
Converts to this type from the input type.
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<IDeskBand2> for IDockingWindow
impl From<IDeskBand2> for IDockingWindow
Source§fn from(value: IDeskBand2) -> Self
fn from(value: IDeskBand2) -> Self
Converts to this type from the input type.
Source§impl From<IDeskBand2> for IOleWindow
impl From<IDeskBand2> for IOleWindow
Source§fn from(value: IDeskBand2) -> Self
fn from(value: IDeskBand2) -> Self
Converts to this type from the input type.
Source§impl From<IDeskBand2> for IUnknown
impl From<IDeskBand2> for IUnknown
Source§fn from(value: IDeskBand2) -> Self
fn from(value: IDeskBand2) -> Self
Converts to this type from the input type.
Source§impl Interface for IDeskBand2
impl Interface for IDeskBand2
const IID: Guid
type Vtable = IDeskBand2_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 IDeskBand2
impl PartialEq for IDeskBand2
impl Eq for IDeskBand2
impl StructuralPartialEq for IDeskBand2
Auto Trait Implementations§
impl Freeze for IDeskBand2
impl RefUnwindSafe for IDeskBand2
impl !Send for IDeskBand2
impl !Sync for IDeskBand2
impl Unpin for IDeskBand2
impl UnwindSafe for IDeskBand2
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