pub enum PresetProgrammed {
NotProgrammed = 0,
Programmed = 1,
ReadOnly = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for PresetProgrammed
impl Clone for PresetProgrammed
Source§fn clone(&self) -> PresetProgrammed
fn clone(&self) -> PresetProgrammed
Returns a copy 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 PresetProgrammed
impl Debug for PresetProgrammed
Source§impl PartialEq for PresetProgrammed
impl PartialEq for PresetProgrammed
Source§impl TryFrom<u8> for PresetProgrammed
impl TryFrom<u8> for PresetProgrammed
impl Copy for PresetProgrammed
impl StructuralPartialEq for PresetProgrammed
Auto Trait Implementations§
impl Freeze for PresetProgrammed
impl RefUnwindSafe for PresetProgrammed
impl Send for PresetProgrammed
impl Sync for PresetProgrammed
impl Unpin for PresetProgrammed
impl UnwindSafe for PresetProgrammed
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