#[repr(C)]pub struct MenuOpenCloseEvent { /* private fields */ }
Trait Implementations§
Source§impl Clone for MenuOpenCloseEvent
impl Clone for MenuOpenCloseEvent
Source§fn clone(&self) -> MenuOpenCloseEvent
fn clone(&self) -> MenuOpenCloseEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MenuOpenCloseEvent
impl Debug for MenuOpenCloseEvent
Source§impl Hash for MenuOpenCloseEvent
impl Hash for MenuOpenCloseEvent
Source§impl Ord for MenuOpenCloseEvent
impl Ord for MenuOpenCloseEvent
Source§fn cmp(&self, other: &MenuOpenCloseEvent) -> Ordering
fn cmp(&self, other: &MenuOpenCloseEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MenuOpenCloseEvent
impl PartialEq for MenuOpenCloseEvent
Source§impl PartialOrd for MenuOpenCloseEvent
impl PartialOrd for MenuOpenCloseEvent
impl Eq for MenuOpenCloseEvent
impl StructuralPartialEq for MenuOpenCloseEvent
Auto Trait Implementations§
impl Freeze for MenuOpenCloseEvent
impl RefUnwindSafe for MenuOpenCloseEvent
impl !Send for MenuOpenCloseEvent
impl !Sync for MenuOpenCloseEvent
impl Unpin for MenuOpenCloseEvent
impl UnwindSafe for MenuOpenCloseEvent
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