pub enum LoadSwitchChannel {
LoadSwitchCh1 = 0,
LoadSwitchCh2 = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for LoadSwitchChannel
impl Clone for LoadSwitchChannel
Source§fn clone(&self) -> LoadSwitchChannel
fn clone(&self) -> LoadSwitchChannel
Returns a copy 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 LoadSwitchChannel
impl Debug for LoadSwitchChannel
Source§impl PartialEq for LoadSwitchChannel
impl PartialEq for LoadSwitchChannel
impl Copy for LoadSwitchChannel
impl Eq for LoadSwitchChannel
impl StructuralPartialEq for LoadSwitchChannel
Auto Trait Implementations§
impl Freeze for LoadSwitchChannel
impl RefUnwindSafe for LoadSwitchChannel
impl Send for LoadSwitchChannel
impl Sync for LoadSwitchChannel
impl Unpin for LoadSwitchChannel
impl UnwindSafe for LoadSwitchChannel
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