#[repr(C)]pub struct UIMenuEntry {
pub menu: GPtr<IMenu>,
pub menuCreator: fn() -> *mut IMenu,
}
Fields§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UIMenuEntry
impl RefUnwindSafe for UIMenuEntry
impl !Send for UIMenuEntry
impl !Sync for UIMenuEntry
impl Unpin for UIMenuEntry
impl UnwindSafe for UIMenuEntry
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