Struct windows_sys::Win32::System::Search::DBIMPLICITSESSION
[−]#[repr(C)]pub struct DBIMPLICITSESSION {
pub pUnkOuter: IUnknown,
pub piid: *mut GUID,
pub pSession: IUnknown,
}
Expand description
Required features: "Win32_System_Search"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more