Struct StartParam
#[repr(C)]pub struct StartParam {
pub iid: GUID,
pub pIBindCtx: *mut c_void,
pub pItf: *mut c_void,
}
Fields§
§iid: GUID
§pIBindCtx: *mut c_void
§pItf: *mut c_void
Trait Implementations§
§impl Clone for StartParam
impl Clone for StartParam
§fn clone(&self) -> StartParam
fn clone(&self) -> StartParam
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 moreimpl Copy 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