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