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