pub enum Mode5LevelSelection {
Mode5Level1,
Mode5Level2,
Unspecified(u8),
}Expand description
UID 412
Variants§
Trait Implementations§
Source§impl Clone for Mode5LevelSelection
impl Clone for Mode5LevelSelection
Source§fn clone(&self) -> Mode5LevelSelection
fn clone(&self) -> Mode5LevelSelection
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 Mode5LevelSelection
impl Debug for Mode5LevelSelection
Source§impl Default for Mode5LevelSelection
impl Default for Mode5LevelSelection
Source§impl Display for Mode5LevelSelection
impl Display for Mode5LevelSelection
Source§impl From<Mode5LevelSelection> for u8
impl From<Mode5LevelSelection> for u8
Source§fn from(value: Mode5LevelSelection) -> Self
fn from(value: Mode5LevelSelection) -> Self
Converts to this type from the input type.
Source§impl From<u8> for Mode5LevelSelection
impl From<u8> for Mode5LevelSelection
Source§impl Hash for Mode5LevelSelection
impl Hash for Mode5LevelSelection
Source§impl PartialEq for Mode5LevelSelection
impl PartialEq for Mode5LevelSelection
impl Copy for Mode5LevelSelection
impl Eq for Mode5LevelSelection
impl StructuralPartialEq for Mode5LevelSelection
Auto Trait Implementations§
impl Freeze for Mode5LevelSelection
impl RefUnwindSafe for Mode5LevelSelection
impl Send for Mode5LevelSelection
impl Sync for Mode5LevelSelection
impl Unpin for Mode5LevelSelection
impl UnwindSafe for Mode5LevelSelection
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