#[repr(i32)]pub enum LimitSwitchNormal {
NormallyOpen = 0,
NormallyClosed = 1,
Disabled = 2,
}Variants§
Trait Implementations§
Source§impl Clone for LimitSwitchNormal
impl Clone for LimitSwitchNormal
Source§fn clone(&self) -> LimitSwitchNormal
fn clone(&self) -> LimitSwitchNormal
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 LimitSwitchNormal
impl Debug for LimitSwitchNormal
Source§impl Hash for LimitSwitchNormal
impl Hash for LimitSwitchNormal
Source§impl PartialEq for LimitSwitchNormal
impl PartialEq for LimitSwitchNormal
impl Copy for LimitSwitchNormal
impl Eq for LimitSwitchNormal
impl StructuralPartialEq for LimitSwitchNormal
Auto Trait Implementations§
impl Freeze for LimitSwitchNormal
impl RefUnwindSafe for LimitSwitchNormal
impl Send for LimitSwitchNormal
impl Sync for LimitSwitchNormal
impl Unpin for LimitSwitchNormal
impl UnwindSafe for LimitSwitchNormal
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