pub struct SiUnitId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for SiUnitId
impl Eq for SiUnitId
impl StructuralPartialEq for SiUnitId
Auto Trait Implementations§
impl Freeze for SiUnitId
impl RefUnwindSafe for SiUnitId
impl Send for SiUnitId
impl Sync for SiUnitId
impl Unpin for SiUnitId
impl UnsafeUnpin for SiUnitId
impl UnwindSafe for SiUnitId
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