Struct SwapBank
#[repr(transparent)]pub struct SwapBank(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for SwapBank
impl Ord for SwapBank
§impl PartialOrd for SwapBank
impl PartialOrd for SwapBank
impl Copy for SwapBank
impl Eq for SwapBank
impl StructuralPartialEq for SwapBank
Auto Trait Implementations§
impl Freeze for SwapBank
impl RefUnwindSafe for SwapBank
impl Send for SwapBank
impl Sync for SwapBank
impl Unpin for SwapBank
impl UnwindSafe for SwapBank
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