Enum AxbsHltReq
pub enum AxbsHltReq {
_0 = 0,
_1 = 1,
}Expand description
AXBS Halt Request
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for AxbsHltReq
impl Clone for AxbsHltReq
§fn clone(&self) -> AxbsHltReq
fn clone(&self) -> AxbsHltReq
Returns a duplicate 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 more§impl Debug for AxbsHltReq
impl Debug for AxbsHltReq
§impl Format for AxbsHltReq
impl Format for AxbsHltReq
§impl From<AxbsHltReq> for bool
impl From<AxbsHltReq> for bool
§fn from(variant: AxbsHltReq) -> Self
fn from(variant: AxbsHltReq) -> Self
Converts to this type from the input type.
§impl PartialEq for AxbsHltReq
impl PartialEq for AxbsHltReq
impl Copy for AxbsHltReq
impl Eq for AxbsHltReq
impl StructuralPartialEq for AxbsHltReq
Auto Trait Implementations§
impl Freeze for AxbsHltReq
impl RefUnwindSafe for AxbsHltReq
impl Send for AxbsHltReq
impl Sync for AxbsHltReq
impl Unpin for AxbsHltReq
impl UnwindSafe for AxbsHltReq
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