pub struct Signature(pub [u8; 4]);
Expand description
ASCII signature of the device.
The TF-Luna’s signature is: ‘L’, ‘U’, ‘N’, ‘A’
Tuple Fields§
§0: [u8; 4]
Trait Implementations§
impl Copy for Signature
impl StructuralPartialEq for Signature
Auto Trait Implementations§
impl Freeze for Signature
impl RefUnwindSafe for Signature
impl Send for Signature
impl Sync for Signature
impl Unpin for Signature
impl UnwindSafe for Signature
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