pub struct AmiiboKeys {
pub data: MasterKeys,
pub tag: MasterKeys,
}Expand description
AmiiboKeys from file.
Fields§
§data: MasterKeys§tag: MasterKeysImplementations§
Source§impl AmiiboKeys
impl AmiiboKeys
Auto Trait Implementations§
impl Freeze for AmiiboKeys
impl RefUnwindSafe for AmiiboKeys
impl Send for AmiiboKeys
impl Sync for AmiiboKeys
impl Unpin for AmiiboKeys
impl UnwindSafe for AmiiboKeys
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