pub enum SpimChannel {
Channel0,
Channel1,
Channel2,
Channel3,
}Variants§
Trait Implementations§
Source§impl Clone for SpimChannel
impl Clone for SpimChannel
Source§fn clone(&self) -> SpimChannel
fn clone(&self) -> SpimChannel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SpimChannel
impl Debug for SpimChannel
Source§impl From<SpimChannel> for PeriphId
impl From<SpimChannel> for PeriphId
Source§fn from(value: SpimChannel) -> Self
fn from(value: SpimChannel) -> Self
Converts to this type from the input type.
impl Copy for SpimChannel
Auto Trait Implementations§
impl Freeze for SpimChannel
impl RefUnwindSafe for SpimChannel
impl Send for SpimChannel
impl Sync for SpimChannel
impl Unpin for SpimChannel
impl UnwindSafe for SpimChannel
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