Struct android_activity::input::EdgeFlags
source · pub struct EdgeFlags(pub u32);
Expand description
A bitfield representing which edges were touched by a motion event.
See the NDK docs
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl PartialEq for EdgeFlags
impl PartialEq for EdgeFlags
impl Copy for EdgeFlags
impl Eq for EdgeFlags
impl StructuralPartialEq for EdgeFlags
Auto Trait Implementations§
impl Freeze for EdgeFlags
impl RefUnwindSafe for EdgeFlags
impl Send for EdgeFlags
impl Sync for EdgeFlags
impl Unpin for EdgeFlags
impl UnwindSafe for EdgeFlags
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