pub enum GbaRealm<'a> {
Me(&'a [u8]),
Uicc(&'a [u8]),
Digest(&'a [u8]),
}
Variants§
Auto Trait Implementations§
impl<'a> Freeze for GbaRealm<'a>
impl<'a> RefUnwindSafe for GbaRealm<'a>
impl<'a> Send for GbaRealm<'a>
impl<'a> Sync for GbaRealm<'a>
impl<'a> Unpin for GbaRealm<'a>
impl<'a> UnwindSafe for GbaRealm<'a>
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