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