#[repr(u8)]pub enum PulsePattern {
Normal = 0,
Strobe = 1,
ThreePulse = 2,
Sos = 3,
Random = 4,
}Expand description
Pulse pattern codes for the WLS15P IO-Link PDOs.
Variants§
Trait Implementations§
Source§impl Clone for PulsePattern
impl Clone for PulsePattern
Source§fn clone(&self) -> PulsePattern
fn clone(&self) -> PulsePattern
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 PulsePattern
impl Debug for PulsePattern
Source§impl PartialEq for PulsePattern
impl PartialEq for PulsePattern
impl Copy for PulsePattern
impl Eq for PulsePattern
impl StructuralPartialEq for PulsePattern
Auto Trait Implementations§
impl Freeze for PulsePattern
impl RefUnwindSafe for PulsePattern
impl Send for PulsePattern
impl Sync for PulsePattern
impl Unpin for PulsePattern
impl UnsafeUnpin for PulsePattern
impl UnwindSafe for PulsePattern
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.