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