#[repr(C)]pub struct AppMenuItem {
pub ami_PRIVATE: *mut c_void,
}Fields§
§ami_PRIVATE: *mut c_voidTrait Implementations§
Source§impl Clone for AppMenuItem
impl Clone for AppMenuItem
Source§fn clone(&self) -> AppMenuItem
fn clone(&self) -> AppMenuItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AppMenuItem
Auto Trait Implementations§
impl !Send for AppMenuItem
impl !Sync for AppMenuItem
impl Freeze for AppMenuItem
impl RefUnwindSafe for AppMenuItem
impl Unpin for AppMenuItem
impl UnsafeUnpin for AppMenuItem
impl UnwindSafe for AppMenuItem
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