pub enum PowerSwitchingMode {
Ganged,
Individual,
AlwaysPower,
}Expand description
电源切换模式
Variants§
Trait Implementations§
Source§impl Clone for PowerSwitchingMode
impl Clone for PowerSwitchingMode
Source§fn clone(&self) -> PowerSwitchingMode
fn clone(&self) -> PowerSwitchingMode
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 PowerSwitchingMode
impl Debug for PowerSwitchingMode
Source§impl PartialEq for PowerSwitchingMode
impl PartialEq for PowerSwitchingMode
impl Copy for PowerSwitchingMode
impl Eq for PowerSwitchingMode
impl StructuralPartialEq for PowerSwitchingMode
Auto Trait Implementations§
impl Freeze for PowerSwitchingMode
impl RefUnwindSafe for PowerSwitchingMode
impl Send for PowerSwitchingMode
impl Sync for PowerSwitchingMode
impl Unpin for PowerSwitchingMode
impl UnwindSafe for PowerSwitchingMode
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