pub struct EisaId(pub [u8; 7]);
Tuple Fields§
§0: [u8; 7]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EisaId
impl RefUnwindSafe for EisaId
impl Send for EisaId
impl Sync for EisaId
impl Unpin for EisaId
impl UnwindSafe for EisaId
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