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