Enum uhid_virt::DevFlags [−][src]
Each of these flags defines whether a given report-type uses numbered reports. If numbered reports are used for a type, all messages from the kernel already have the report-number as prefix. Otherwise, no prefix is added by the kernel. For messages sent by user-space to the kernel, you must adjust the prefixes according to these flags.
Variants
Trait Implementations
impl BitAnd<DevFlags> for DevFlags
[src]
type Output = BitFlags<DevFlags>
The resulting type after applying the &
operator.
fn bitand(self, other: Self) -> Self::Output
[src]
impl BitOr<DevFlags> for DevFlags
[src]
type Output = BitFlags<DevFlags>
The resulting type after applying the |
operator.
fn bitor(self, other: Self) -> Self::Output
[src]
impl BitXor<DevFlags> for DevFlags
[src]
type Output = BitFlags<DevFlags>
The resulting type after applying the ^
operator.
fn bitxor(self, other: Self) -> Self::Output
[src]
impl Clone for DevFlags
[src]
impl Copy for DevFlags
[src]
impl Not for DevFlags
[src]
type Output = BitFlags<DevFlags>
The resulting type after applying the !
operator.
fn not(self) -> Self::Output
[src]
impl PartialEq<DevFlags> for DevFlags
[src]
fn eq(&self, other: &DevFlags) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl RawBitFlags for DevFlags
[src]
impl RawBitFlags for DevFlags
[src]
type Type = u64
The underlying integer type.
fn all() -> Self::Type
[src]
fn bits(self) -> Self::Type
[src]
fn flag_list() -> &'static [Self]
[src]
fn bitflags_type_name() -> &'static str
[src]
impl StructuralPartialEq for DevFlags
[src]
Auto Trait Implementations
impl RefUnwindSafe for DevFlags
impl Send for DevFlags
impl Sync for DevFlags
impl Unpin for DevFlags
impl UnwindSafe for DevFlags
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>,