#[repr(u8)]pub enum StatusaLdoRdy {
CLR = 0,
SET = 1,
}Variants§
Implementations§
Source§impl StatusaLdoRdy
impl StatusaLdoRdy
Trait Implementations§
Source§impl Clone for StatusaLdoRdy
impl Clone for StatusaLdoRdy
Source§fn clone(&self) -> StatusaLdoRdy
fn clone(&self) -> StatusaLdoRdy
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 StatusaLdoRdy
impl Debug for StatusaLdoRdy
Source§impl From<StatusaLdoRdy> for u8
impl From<StatusaLdoRdy> for u8
Source§fn from(val: StatusaLdoRdy) -> u8
fn from(val: StatusaLdoRdy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for StatusaLdoRdy
impl From<u8> for StatusaLdoRdy
Source§fn from(val: u8) -> StatusaLdoRdy
fn from(val: u8) -> StatusaLdoRdy
Converts to this type from the input type.
Source§impl Ord for StatusaLdoRdy
impl Ord for StatusaLdoRdy
Source§fn cmp(&self, other: &StatusaLdoRdy) -> Ordering
fn cmp(&self, other: &StatusaLdoRdy) -> 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 StatusaLdoRdy
impl PartialEq for StatusaLdoRdy
Source§impl PartialOrd for StatusaLdoRdy
impl PartialOrd for StatusaLdoRdy
impl Copy for StatusaLdoRdy
impl Eq for StatusaLdoRdy
impl StructuralPartialEq for StatusaLdoRdy
Auto Trait Implementations§
impl Freeze for StatusaLdoRdy
impl RefUnwindSafe for StatusaLdoRdy
impl Send for StatusaLdoRdy
impl Sync for StatusaLdoRdy
impl Unpin for StatusaLdoRdy
impl UnwindSafe for StatusaLdoRdy
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