#[repr(u8)]pub enum Txdefaultselect {
Zero = 0,
One = 1,
Hiz = 3,
}
Expand description
Line Default Line when Slot Disabled
Value on reset: 0
Variants§
Zero = 0
0: Output Default Value is 0
One = 1
1: Output Default Value is 1
Hiz = 3
3: Output Default Value is high impedance
Trait Implementations§
Source§impl Clone for Txdefaultselect
impl Clone for Txdefaultselect
Source§fn clone(&self) -> Txdefaultselect
fn clone(&self) -> Txdefaultselect
Returns a copy 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 Txdefaultselect
impl Debug for Txdefaultselect
Source§impl From<Txdefaultselect> for u8
impl From<Txdefaultselect> for u8
Source§fn from(variant: Txdefaultselect) -> Self
fn from(variant: Txdefaultselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Txdefaultselect
impl PartialEq for Txdefaultselect
impl Copy for Txdefaultselect
impl Eq for Txdefaultselect
impl IsEnum for Txdefaultselect
impl StructuralPartialEq for Txdefaultselect
Auto Trait Implementations§
impl Freeze for Txdefaultselect
impl RefUnwindSafe for Txdefaultselect
impl Send for Txdefaultselect
impl Sync for Txdefaultselect
impl Unpin for Txdefaultselect
impl UnwindSafe for Txdefaultselect
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