Struct windows_sys::Win32::System::Ole::OLEINPLACEFRAMEINFO
[−]#[repr(C)]pub struct OLEINPLACEFRAMEINFO {
pub cb: u32,
pub fMDIApp: BOOL,
pub hwndFrame: HWND,
pub haccel: HACCEL,
pub cAccelEntries: u32,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_Foundation"
, "Win32_UI_WindowsAndMessaging"
Fields
cb: u32
fMDIApp: BOOL
hwndFrame: HWND
haccel: HACCEL
cAccelEntries: u32
Trait Implementations
impl Clone for OLEINPLACEFRAMEINFO
impl Clone for OLEINPLACEFRAMEINFO
impl Copy for OLEINPLACEFRAMEINFO
Auto Trait Implementations
impl RefUnwindSafe for OLEINPLACEFRAMEINFO
impl Send for OLEINPLACEFRAMEINFO
impl Sync for OLEINPLACEFRAMEINFO
impl Unpin for OLEINPLACEFRAMEINFO
impl UnwindSafe for OLEINPLACEFRAMEINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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