pub struct BitmaskTypeFlag(pub u16);Expand description
Flags fuer Bitmask-Typ.
Tuple Fields§
§0: u16Trait Implementations§
Source§impl Clone for BitmaskTypeFlag
impl Clone for BitmaskTypeFlag
Source§fn clone(&self) -> BitmaskTypeFlag
fn clone(&self) -> BitmaskTypeFlag
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 moreSource§impl Debug for BitmaskTypeFlag
impl Debug for BitmaskTypeFlag
Source§impl Default for BitmaskTypeFlag
impl Default for BitmaskTypeFlag
Source§fn default() -> BitmaskTypeFlag
fn default() -> BitmaskTypeFlag
Returns the “default value” for a type. Read more
Source§impl PartialEq for BitmaskTypeFlag
impl PartialEq for BitmaskTypeFlag
Source§fn eq(&self, other: &BitmaskTypeFlag) -> bool
fn eq(&self, other: &BitmaskTypeFlag) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BitmaskTypeFlag
impl Eq for BitmaskTypeFlag
impl StructuralPartialEq for BitmaskTypeFlag
Auto Trait Implementations§
impl Freeze for BitmaskTypeFlag
impl RefUnwindSafe for BitmaskTypeFlag
impl Send for BitmaskTypeFlag
impl Sync for BitmaskTypeFlag
impl Unpin for BitmaskTypeFlag
impl UnsafeUnpin for BitmaskTypeFlag
impl UnwindSafe for BitmaskTypeFlag
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