pub enum OUTPUT_DATA {
Low = 0,
High = 1,
}
Expand description
Port output data pin %s
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for OUTPUT_DATA
impl Clone for OUTPUT_DATA
Source§fn clone(&self) -> OUTPUT_DATA
fn clone(&self) -> OUTPUT_DATA
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 OUTPUT_DATA
impl Debug for OUTPUT_DATA
Source§impl PartialEq for OUTPUT_DATA
impl PartialEq for OUTPUT_DATA
impl Copy for OUTPUT_DATA
impl Eq for OUTPUT_DATA
impl StructuralPartialEq for OUTPUT_DATA
Auto Trait Implementations§
impl Freeze for OUTPUT_DATA
impl RefUnwindSafe for OUTPUT_DATA
impl Send for OUTPUT_DATA
impl Sync for OUTPUT_DATA
impl Unpin for OUTPUT_DATA
impl UnwindSafe for OUTPUT_DATA
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