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