pub struct IVBGetControl(/* private fields */);Implementations§
Source§impl IVBGetControl
impl IVBGetControl
pub unsafe fn EnumControls( &self, dwolecontf: u32, dwwhich: IVBGetControl_EnumControls_dwWhichFlags, ppenumunk: *mut Option<IEnumUnknown>, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IVBGetControl
impl Clone for IVBGetControl
Source§fn clone(&self) -> IVBGetControl
fn clone(&self) -> IVBGetControl
Returns a duplicate 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 IVBGetControl
impl Debug for IVBGetControl
Source§impl From<&IVBGetControl> for IUnknown
impl From<&IVBGetControl> for IUnknown
Source§fn from(value: &IVBGetControl) -> Self
fn from(value: &IVBGetControl) -> Self
Converts to this type from the input type.
Source§impl From<IVBGetControl> for IUnknown
impl From<IVBGetControl> for IUnknown
Source§fn from(value: IVBGetControl) -> Self
fn from(value: IVBGetControl) -> Self
Converts to this type from the input type.
Source§impl Interface for IVBGetControl
impl Interface for IVBGetControl
const IID: Guid
type Vtable = IVBGetControl_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IVBGetControl
impl<'a> IntoParam<'a, IUnknown> for &'a IVBGetControl
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IVBGetControl
impl<'a> IntoParam<'a, IUnknown> for IVBGetControl
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IVBGetControl
impl PartialEq for IVBGetControl
impl Eq for IVBGetControl
impl StructuralPartialEq for IVBGetControl
Auto Trait Implementations§
impl Freeze for IVBGetControl
impl RefUnwindSafe for IVBGetControl
impl !Send for IVBGetControl
impl !Sync for IVBGetControl
impl Unpin for IVBGetControl
impl UnwindSafe for IVBGetControl
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
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.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
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