Struct breadx::auto::xinput::PointerEventFlags [−][src]
Fields
inner: u32Implementations
impl PointerEventFlags[src]
pub fn pointer_emulated(&self) -> bool[src]
pub fn set_pointer_emulated(&mut self, val: bool) -> &mut Self[src]
pub fn new(pointer_emulated: bool) -> Self[src]
pub fn count_ones(&self) -> usize[src]
pub const POINTER_EMULATED: Self[src]
pub const COMPLETE: Self[src]
Trait Implementations
impl AsByteSequence for PointerEventFlags[src]
fn as_bytes(&self, bytes: &mut [u8]) -> usize[src]
fn from_bytes(bytes: &[u8]) -> Option<(Self, usize)>[src]
fn size(&self) -> usize[src]
fn file_descriptors(&mut self) -> Option<&mut Vec<Fd>>[src]
impl BitAnd<PointerEventFlags> for PointerEventFlags[src]
type Output = PointerEventFlags
The resulting type after applying the & operator.
fn bitand(self, rhs: PointerEventFlags) -> PointerEventFlags[src]
impl BitOr<PointerEventFlags> for PointerEventFlags[src]
type Output = PointerEventFlags
The resulting type after applying the | operator.
fn bitor(self, rhs: PointerEventFlags) -> PointerEventFlags[src]
impl BitXor<PointerEventFlags> for PointerEventFlags[src]
type Output = PointerEventFlags
The resulting type after applying the ^ operator.
fn bitxor(self, rhs: PointerEventFlags) -> PointerEventFlags[src]
impl Clone for PointerEventFlags[src]
fn clone(&self) -> PointerEventFlags[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PointerEventFlags[src]
impl Debug for PointerEventFlags[src]
impl Default for PointerEventFlags[src]
fn default() -> PointerEventFlags[src]
impl Eq for PointerEventFlags[src]
impl Not for PointerEventFlags[src]
type Output = PointerEventFlags
The resulting type after applying the ! operator.
fn not(self) -> PointerEventFlags[src]
impl Ord for PointerEventFlags[src]
fn cmp(&self, other: &PointerEventFlags) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<PointerEventFlags> for PointerEventFlags[src]
fn eq(&self, other: &PointerEventFlags) -> bool[src]
fn ne(&self, other: &PointerEventFlags) -> bool[src]
impl PartialOrd<PointerEventFlags> for PointerEventFlags[src]
fn partial_cmp(&self, other: &PointerEventFlags) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for PointerEventFlags[src]
impl StructuralPartialEq for PointerEventFlags[src]
Auto Trait Implementations
impl RefUnwindSafe for PointerEventFlags[src]
impl Send for PointerEventFlags[src]
impl Sync for PointerEventFlags[src]
impl Unpin for PointerEventFlags[src]
impl UnwindSafe for PointerEventFlags[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,