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