Struct windows_sys::Win32::System::Com::Urlmon::StartParam
#[repr(C)]pub struct StartParam {
pub iid: GUID,
pub pIBindCtx: IBindCtx,
pub pItf: IUnknown,
}
Fields§
§iid: GUID
§pIBindCtx: IBindCtx
§pItf: IUnknown
Trait Implementations§
§impl Clone for StartParam
impl Clone for StartParam
impl Copy for StartParam
Auto Trait Implementations§
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