Struct windows_sys::Win32::System::Search::DBIMPLICITSESSION
#[repr(C)]pub struct DBIMPLICITSESSION {
pub pUnkOuter: IUnknown,
pub piid: *mut GUID,
pub pSession: IUnknown,
}
Fields§
§pUnkOuter: IUnknown
§piid: *mut GUID
§pSession: IUnknown
Trait Implementations§
§impl Clone for DBIMPLICITSESSION
impl Clone for DBIMPLICITSESSION
impl Copy for DBIMPLICITSESSION
Auto Trait Implementations§
impl RefUnwindSafe for DBIMPLICITSESSION
impl !Send for DBIMPLICITSESSION
impl !Sync for DBIMPLICITSESSION
impl Unpin for DBIMPLICITSESSION
impl UnwindSafe for DBIMPLICITSESSION
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