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