#[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: UINT
Trait Implementations§
Source§impl Ord for tagOIFI
impl Ord for tagOIFI
Source§impl PartialOrd for tagOIFI
impl PartialOrd for tagOIFI
impl Copy for tagOIFI
impl Eq for tagOIFI
impl StructuralPartialEq for tagOIFI
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