Struct OptcrSwapBank
#[repr(transparent)]pub struct OptcrSwapBank(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl OptcrSwapBank
impl OptcrSwapBank
Trait Implementations§
§impl Clone for OptcrSwapBank
impl Clone for OptcrSwapBank
§fn clone(&self) -> OptcrSwapBank
fn clone(&self) -> OptcrSwapBank
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for OptcrSwapBank
impl Ord for OptcrSwapBank
§impl PartialEq for OptcrSwapBank
impl PartialEq for OptcrSwapBank
§impl PartialOrd for OptcrSwapBank
impl PartialOrd for OptcrSwapBank
impl Copy for OptcrSwapBank
impl Eq for OptcrSwapBank
impl StructuralPartialEq for OptcrSwapBank
Auto Trait Implementations§
impl Freeze for OptcrSwapBank
impl RefUnwindSafe for OptcrSwapBank
impl Send for OptcrSwapBank
impl Sync for OptcrSwapBank
impl Unpin for OptcrSwapBank
impl UnwindSafe for OptcrSwapBank
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