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