pub enum ProximityCommand {
ReadProximity = 1,
ReadProximityOnInterrupt = 2,
NoCommand = 3,
}
Variants§
Trait Implementations§
source§impl Clone for ProximityCommand
impl Clone for ProximityCommand
source§fn clone(&self) -> ProximityCommand
fn clone(&self) -> ProximityCommand
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 Default for ProximityCommand
impl Default for ProximityCommand
source§fn default() -> ProximityCommand
fn default() -> ProximityCommand
Returns the “default value” for a type. Read more
source§impl PartialEq for ProximityCommand
impl PartialEq for ProximityCommand
source§fn eq(&self, other: &ProximityCommand) -> bool
fn eq(&self, other: &ProximityCommand) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ProximityCommand
impl StructuralPartialEq for ProximityCommand
Auto Trait Implementations§
impl Freeze for ProximityCommand
impl RefUnwindSafe for ProximityCommand
impl Send for ProximityCommand
impl Sync for ProximityCommand
impl Unpin for ProximityCommand
impl UnwindSafe for ProximityCommand
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)