#[repr(C)]pub struct PM_INVOCATIONINFO {
pub URIBaseOrAUMID: BSTR,
pub URIFragmentOrArgs: BSTR,
}
Fields§
§URIBaseOrAUMID: BSTR
§URIFragmentOrArgs: BSTR
Trait Implementations§
§impl Clone for PM_INVOCATIONINFO
impl Clone for PM_INVOCATIONINFO
impl Copy for PM_INVOCATIONINFO
Auto Trait Implementations§
impl RefUnwindSafe for PM_INVOCATIONINFO
impl !Send for PM_INVOCATIONINFO
impl !Sync for PM_INVOCATIONINFO
impl Unpin for PM_INVOCATIONINFO
impl UnwindSafe for PM_INVOCATIONINFO
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