pub enum ActiveLevel {
High,
Low,
}Expand description
Active level of a reset or enable signal.
Variants§
Trait Implementations§
Source§impl Clone for ActiveLevel
impl Clone for ActiveLevel
Source§fn clone(&self) -> ActiveLevel
fn clone(&self) -> ActiveLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ActiveLevel
Source§impl Debug for ActiveLevel
impl Debug for ActiveLevel
Source§impl<'de> Deserialize<'de> for ActiveLevel
impl<'de> Deserialize<'de> for ActiveLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ActiveLevel
Source§impl PartialEq for ActiveLevel
impl PartialEq for ActiveLevel
Source§impl Serialize for ActiveLevel
impl Serialize for ActiveLevel
impl StructuralPartialEq for ActiveLevel
Auto Trait Implementations§
impl Freeze for ActiveLevel
impl RefUnwindSafe for ActiveLevel
impl Send for ActiveLevel
impl Sync for ActiveLevel
impl Unpin for ActiveLevel
impl UnsafeUnpin for ActiveLevel
impl UnwindSafe for ActiveLevel
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