pub struct UserEventEnabled {
pub newUserEventFlag: USER_EVENT_FLAG,
pub oldUserEventFlag: USER_EVENT_FLAG,
}
Fields§
§newUserEventFlag: USER_EVENT_FLAG
§oldUserEventFlag: USER_EVENT_FLAG
Trait Implementations§
Source§impl Clone for UserEventEnabled
impl Clone for UserEventEnabled
Source§fn clone(&self) -> UserEventEnabled
fn clone(&self) -> UserEventEnabled
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 UserEventEnabled
impl Debug for UserEventEnabled
Source§impl Hash for UserEventEnabled
impl Hash for UserEventEnabled
Source§impl Ord for UserEventEnabled
impl Ord for UserEventEnabled
Source§fn cmp(&self, other: &UserEventEnabled) -> Ordering
fn cmp(&self, other: &UserEventEnabled) -> 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 UserEventEnabled
impl PartialEq for UserEventEnabled
Source§impl PartialOrd for UserEventEnabled
impl PartialOrd for UserEventEnabled
impl Eq for UserEventEnabled
impl StructuralPartialEq for UserEventEnabled
Auto Trait Implementations§
impl Freeze for UserEventEnabled
impl RefUnwindSafe for UserEventEnabled
impl Send for UserEventEnabled
impl Sync for UserEventEnabled
impl Unpin for UserEventEnabled
impl UnwindSafe for UserEventEnabled
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