#[repr(C)]pub struct tagOIFI {
pub cb: UINT,
pub fMDIApp: BOOL,
pub hwndFrame: HWND,
pub haccel: HACCEL,
pub cAccelEntries: UINT,
}Fields§
§cb: UINT§fMDIApp: BOOL§hwndFrame: HWND§haccel: HACCEL§cAccelEntries: UINTTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tagOIFI
impl !Send for tagOIFI
impl !Sync for tagOIFI
impl Unpin for tagOIFI
impl UnwindSafe for tagOIFI
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