pub enum Trfcselect {
Masked = 0,
Enabled = 1,
}
Expand description
Transfer Complete Signal Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Trfcselect
impl Clone for Trfcselect
Source§fn clone(&self) -> Trfcselect
fn clone(&self) -> Trfcselect
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 Trfcselect
impl Debug for Trfcselect
Source§impl From<Trfcselect> for bool
impl From<Trfcselect> for bool
Source§fn from(variant: Trfcselect) -> Self
fn from(variant: Trfcselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Trfcselect
impl PartialEq for Trfcselect
impl Copy for Trfcselect
impl Eq for Trfcselect
impl StructuralPartialEq for Trfcselect
Auto Trait Implementations§
impl Freeze for Trfcselect
impl RefUnwindSafe for Trfcselect
impl Send for Trfcselect
impl Sync for Trfcselect
impl Unpin for Trfcselect
impl UnwindSafe for Trfcselect
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