pub enum SuperChipBehaviour {
Modern,
Legacy,
}Expand description
Modern or Legacy SuperChip behaviour, I can’t get it to work entirely correctly.
Variants§
Trait Implementations§
Source§impl Clone for SuperChipBehaviour
impl Clone for SuperChipBehaviour
Source§fn clone(&self) -> SuperChipBehaviour
fn clone(&self) -> SuperChipBehaviour
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SuperChipBehaviour
impl RefUnwindSafe for SuperChipBehaviour
impl Send for SuperChipBehaviour
impl Sync for SuperChipBehaviour
impl Unpin for SuperChipBehaviour
impl UnsafeUnpin for SuperChipBehaviour
impl UnwindSafe for SuperChipBehaviour
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