pub enum CTB2_AW {
NotIssued,
Issued,
}
Expand description
Command target bank 2
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<CTB2_AW> for CTB2_AW
impl PartialEq<CTB2_AW> for CTB2_AW
impl Copy for CTB2_AW
impl StructuralPartialEq for CTB2_AW
Auto Trait Implementations§
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