pub struct AnnotationPlaneId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for AnnotationPlaneId
impl Clone for AnnotationPlaneId
Source§fn clone(&self) -> AnnotationPlaneId
fn clone(&self) -> AnnotationPlaneId
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 moreimpl Copy for AnnotationPlaneId
Source§impl Debug for AnnotationPlaneId
impl Debug for AnnotationPlaneId
impl Eq for AnnotationPlaneId
Source§impl Hash for AnnotationPlaneId
impl Hash for AnnotationPlaneId
Source§impl PartialEq for AnnotationPlaneId
impl PartialEq for AnnotationPlaneId
Source§fn eq(&self, other: &AnnotationPlaneId) -> bool
fn eq(&self, other: &AnnotationPlaneId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationPlaneId
Auto Trait Implementations§
impl Freeze for AnnotationPlaneId
impl RefUnwindSafe for AnnotationPlaneId
impl Send for AnnotationPlaneId
impl Sync for AnnotationPlaneId
impl Unpin for AnnotationPlaneId
impl UnsafeUnpin for AnnotationPlaneId
impl UnwindSafe for AnnotationPlaneId
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