#[repr(u8)]pub enum AxbsLHaltReq {
AXBS_L_HALT_REQ_0 = 0,
AXBS_L_HALT_REQ_1 = 1,
}Variants§
Implementations§
Source§impl AxbsLHaltReq
impl AxbsLHaltReq
Trait Implementations§
Source§impl Clone for AxbsLHaltReq
impl Clone for AxbsLHaltReq
Source§fn clone(&self) -> AxbsLHaltReq
fn clone(&self) -> AxbsLHaltReq
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 moreSource§impl Debug for AxbsLHaltReq
impl Debug for AxbsLHaltReq
Source§impl From<AxbsLHaltReq> for u8
impl From<AxbsLHaltReq> for u8
Source§fn from(val: AxbsLHaltReq) -> u8
fn from(val: AxbsLHaltReq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AxbsLHaltReq
impl From<u8> for AxbsLHaltReq
Source§fn from(val: u8) -> AxbsLHaltReq
fn from(val: u8) -> AxbsLHaltReq
Converts to this type from the input type.
Source§impl Ord for AxbsLHaltReq
impl Ord for AxbsLHaltReq
Source§fn cmp(&self, other: &AxbsLHaltReq) -> Ordering
fn cmp(&self, other: &AxbsLHaltReq) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AxbsLHaltReq
impl PartialEq for AxbsLHaltReq
Source§impl PartialOrd for AxbsLHaltReq
impl PartialOrd for AxbsLHaltReq
impl Copy for AxbsLHaltReq
impl Eq for AxbsLHaltReq
impl StructuralPartialEq for AxbsLHaltReq
Auto Trait Implementations§
impl Freeze for AxbsLHaltReq
impl RefUnwindSafe for AxbsLHaltReq
impl Send for AxbsLHaltReq
impl Sync for AxbsLHaltReq
impl Unpin for AxbsLHaltReq
impl UnwindSafe for AxbsLHaltReq
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