pub enum Manufacturer {
OneByte(U7),
ThreeByte(U7, U7, U7),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Manufacturer
impl Clone for Manufacturer
Source§fn clone(&self) -> Manufacturer
fn clone(&self) -> Manufacturer
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 Manufacturer
impl Debug for Manufacturer
Source§impl Hash for Manufacturer
impl Hash for Manufacturer
Source§impl Ord for Manufacturer
impl Ord for Manufacturer
Source§fn cmp(&self, other: &Manufacturer) -> Ordering
fn cmp(&self, other: &Manufacturer) -> 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 Manufacturer
impl PartialEq for Manufacturer
Source§impl PartialOrd for Manufacturer
impl PartialOrd for Manufacturer
impl Copy for Manufacturer
impl Eq for Manufacturer
impl StructuralPartialEq for Manufacturer
Auto Trait Implementations§
impl Freeze for Manufacturer
impl RefUnwindSafe for Manufacturer
impl Send for Manufacturer
impl Sync for Manufacturer
impl Unpin for Manufacturer
impl UnwindSafe for Manufacturer
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