pub struct UnitFamilyId(pub i32);
Expand description
A numeric reference to an UnitFamily
instance.
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for UnitFamilyId
impl Clone for UnitFamilyId
Source§fn clone(&self) -> UnitFamilyId
fn clone(&self) -> UnitFamilyId
Returns a copy of the value. Read more
1.0.0 · 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 UnitFamilyId
impl Debug for UnitFamilyId
Source§impl PartialEq for UnitFamilyId
impl PartialEq for UnitFamilyId
impl Copy for UnitFamilyId
impl StructuralPartialEq for UnitFamilyId
Auto Trait Implementations§
impl Freeze for UnitFamilyId
impl RefUnwindSafe for UnitFamilyId
impl Send for UnitFamilyId
impl Sync for UnitFamilyId
impl Unpin for UnitFamilyId
impl UnwindSafe for UnitFamilyId
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