#[repr(C)]pub struct StartParam {
pub iid: Guid,
pub pIBindCtx: Option<IBindCtx>,
pub pItf: Option<IUnknown>,
}Fields§
§iid: Guid§pIBindCtx: Option<IBindCtx>§pItf: Option<IUnknown>Trait Implementations§
Source§impl Abi for StartParam
impl Abi for StartParam
Source§impl Clone for StartParam
impl Clone for StartParam
Source§fn clone(&self) -> StartParam
fn clone(&self) -> StartParam
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 StartParam
impl Debug for StartParam
Source§impl Default for StartParam
impl Default for StartParam
Source§impl PartialEq for StartParam
impl PartialEq for StartParam
impl Eq for StartParam
Auto Trait Implementations§
impl Freeze for StartParam
impl RefUnwindSafe for StartParam
impl !Send for StartParam
impl !Sync for StartParam
impl Unpin for StartParam
impl UnwindSafe for StartParam
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