Struct windows_sys::Win32::System::Ole::QACONTAINER
[−]#[repr(C)]pub struct QACONTAINER {Show 16 fields
pub cbSize: u32,
pub pClientSite: IOleClientSite,
pub pAdviseSink: IAdviseSinkEx,
pub pPropertyNotifySink: IPropertyNotifySink,
pub pUnkEventSink: IUnknown,
pub dwAmbientFlags: u32,
pub colorFore: u32,
pub colorBack: u32,
pub pFont: IFont,
pub pUndoMgr: IOleUndoManager,
pub dwAppearance: u32,
pub lcid: i32,
pub hpal: HPALETTE,
pub pBindHost: IBindHost,
pub pOleControlSite: IOleControlSite,
pub pServiceProvider: IServiceProvider,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_Graphics_Gdi"
, "Win32_System_Com"
Fields
cbSize: u32
pClientSite: IOleClientSite
pAdviseSink: IAdviseSinkEx
pPropertyNotifySink: IPropertyNotifySink
pUnkEventSink: IUnknown
dwAmbientFlags: u32
colorFore: u32
colorBack: u32
pFont: IFont
pUndoMgr: IOleUndoManager
dwAppearance: u32
lcid: i32
hpal: HPALETTE
pBindHost: IBindHost
pOleControlSite: IOleControlSite
pServiceProvider: IServiceProvider
Trait Implementations
impl Clone for QACONTAINER
impl Clone for QACONTAINER
impl Copy for QACONTAINER
Auto Trait Implementations
impl RefUnwindSafe for QACONTAINER
impl !Send for QACONTAINER
impl !Sync for QACONTAINER
impl Unpin for QACONTAINER
impl UnwindSafe for QACONTAINER
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