#[repr(C)]pub struct _tagStartParam {
pub iid: IID,
pub pIBindCtx: *mut IBindCtx,
pub pItf: *mut IUnknown,
}
Fields§
§iid: IID
§pIBindCtx: *mut IBindCtx
§pItf: *mut IUnknown
Trait Implementations§
Source§impl Clone for _tagStartParam
impl Clone for _tagStartParam
Source§fn clone(&self) -> _tagStartParam
fn clone(&self) -> _tagStartParam
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 _tagStartParam
impl Debug for _tagStartParam
Source§impl Ord for _tagStartParam
impl Ord for _tagStartParam
Source§fn cmp(&self, other: &_tagStartParam) -> Ordering
fn cmp(&self, other: &_tagStartParam) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _tagStartParam
impl PartialEq for _tagStartParam
Source§impl PartialOrd for _tagStartParam
impl PartialOrd for _tagStartParam
impl Copy for _tagStartParam
impl Eq for _tagStartParam
impl StructuralPartialEq for _tagStartParam
Auto Trait Implementations§
impl Freeze for _tagStartParam
impl RefUnwindSafe for _tagStartParam
impl !Send for _tagStartParam
impl !Sync for _tagStartParam
impl Unpin for _tagStartParam
impl UnwindSafe for _tagStartParam
Blanket Implementations§
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