pub struct ISoftDistExt(/* private fields */);Implementations§
Source§impl ISoftDistExt
impl ISoftDistExt
pub unsafe fn GetFirstCodeBase( &self, szcodebase: *mut PWSTR, dwmaxsize: *mut u32, ) -> ErrorCode
pub unsafe fn GetNextCodeBase( &self, szcodebase: *mut PWSTR, dwmaxsize: *mut u32, ) -> ErrorCode
pub unsafe fn AsyncInstallDistributionUnit<'a, T0__: IntoParam<'a, IBindCtx>>( &self, pbc: T0__, pvreserved: *mut c_void, flags: u32, lpcbh: *mut CODEBASEHOLD, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for ISoftDistExt
impl Clone for ISoftDistExt
Source§fn clone(&self) -> ISoftDistExt
fn clone(&self) -> ISoftDistExt
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 ISoftDistExt
impl Debug for ISoftDistExt
Source§impl From<&ISoftDistExt> for IUnknown
impl From<&ISoftDistExt> for IUnknown
Source§fn from(value: &ISoftDistExt) -> Self
fn from(value: &ISoftDistExt) -> Self
Converts to this type from the input type.
Source§impl From<ISoftDistExt> for IUnknown
impl From<ISoftDistExt> for IUnknown
Source§fn from(value: ISoftDistExt) -> Self
fn from(value: ISoftDistExt) -> Self
Converts to this type from the input type.
Source§impl Interface for ISoftDistExt
impl Interface for ISoftDistExt
const IID: Guid
type Vtable = ISoftDistExt_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a ISoftDistExt
impl<'a> IntoParam<'a, IUnknown> for &'a ISoftDistExt
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for ISoftDistExt
impl<'a> IntoParam<'a, IUnknown> for ISoftDistExt
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for ISoftDistExt
impl PartialEq for ISoftDistExt
impl Eq for ISoftDistExt
impl StructuralPartialEq for ISoftDistExt
Auto Trait Implementations§
impl Freeze for ISoftDistExt
impl RefUnwindSafe for ISoftDistExt
impl !Send for ISoftDistExt
impl !Sync for ISoftDistExt
impl Unpin for ISoftDistExt
impl UnwindSafe for ISoftDistExt
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