pub enum CTB1_AW {
NotIssued = 0,
Issued = 1,
}
Expand description
Command target bank 2
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CTB2_AW
impl StructuralPartialEq for CTB2_AW
Auto Trait Implementations§
impl Freeze for CTB2_AW
impl RefUnwindSafe for CTB2_AW
impl Send for CTB2_AW
impl Sync for CTB2_AW
impl Unpin for CTB2_AW
impl UnwindSafe for CTB2_AW
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