pub enum DeviceValue {
Location(u32),
Lane(u64),
Zone(u32),
MeasureFuture(u32),
DetectorRef(u32),
ObservableRef(u32),
}Variants§
Trait Implementations§
Source§impl Clone for DeviceValue
impl Clone for DeviceValue
Source§fn clone(&self) -> DeviceValue
fn clone(&self) -> DeviceValue
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 DeviceValue
impl Debug for DeviceValue
Source§impl PartialEq for DeviceValue
impl PartialEq for DeviceValue
impl Copy for DeviceValue
impl Eq for DeviceValue
impl StructuralPartialEq for DeviceValue
Auto Trait Implementations§
impl Freeze for DeviceValue
impl RefUnwindSafe for DeviceValue
impl Send for DeviceValue
impl Sync for DeviceValue
impl Unpin for DeviceValue
impl UnwindSafe for DeviceValue
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