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