#[repr(C)]pub struct imenuex_s {
pub type_: i16,
pub index: i16,
pub text: *mut u8,
pub submenu: *mut imenuex_s,
pub icon: *mut ibitmap,
pub reserved: *mut c_void,
pub font: *const ifont,
}Fields§
§type_: i16§index: i16§text: *mut u8§icon: *mut ibitmap§reserved: *mut c_void§font: *const ifontTrait Implementations§
Auto Trait Implementations§
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