Enum Adrstall
pub enum Adrstall {
_0 = 0,
_1 = 1,
}Expand description
Address SCL Stall
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Adrstall
impl Eq for Adrstall
impl StructuralPartialEq for Adrstall
Auto Trait Implementations§
impl Freeze for Adrstall
impl RefUnwindSafe for Adrstall
impl Send for Adrstall
impl Sync for Adrstall
impl Unpin for Adrstall
impl UnwindSafe for Adrstall
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