pub struct UiEventFlags {
pub consumed: bool,
pub changed: bool,
pub route_changed: bool,
pub needs_frame: bool,
pub default_prevented: bool,
}Fields§
§consumed: bool§changed: bool§route_changed: bool§needs_frame: bool§default_prevented: boolTrait Implementations§
Source§impl Clone for UiEventFlags
impl Clone for UiEventFlags
Source§fn clone(&self) -> UiEventFlags
fn clone(&self) -> UiEventFlags
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 UiEventFlags
Source§impl Debug for UiEventFlags
impl Debug for UiEventFlags
Source§impl Default for UiEventFlags
impl Default for UiEventFlags
Source§fn default() -> UiEventFlags
fn default() -> UiEventFlags
Returns the “default value” for a type. Read more
impl Eq for UiEventFlags
Source§impl PartialEq for UiEventFlags
impl PartialEq for UiEventFlags
impl StructuralPartialEq for UiEventFlags
Auto Trait Implementations§
impl Freeze for UiEventFlags
impl RefUnwindSafe for UiEventFlags
impl Send for UiEventFlags
impl Sync for UiEventFlags
impl Unpin for UiEventFlags
impl UnsafeUnpin for UiEventFlags
impl UnwindSafe for UiEventFlags
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