#[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 Freeze for tagOIFI
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