#[repr(u8)]pub enum DetectorObservableInstCode {
SetDetector = 0,
SetObservable = 1,
}Expand description
DetectorObservable instruction codes.
Variants§
Trait Implementations§
Source§impl Clone for DetectorObservableInstCode
impl Clone for DetectorObservableInstCode
Source§fn clone(&self) -> DetectorObservableInstCode
fn clone(&self) -> DetectorObservableInstCode
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 DetectorObservableInstCode
impl Debug for DetectorObservableInstCode
impl Copy for DetectorObservableInstCode
impl Eq for DetectorObservableInstCode
impl StructuralPartialEq for DetectorObservableInstCode
Auto Trait Implementations§
impl Freeze for DetectorObservableInstCode
impl RefUnwindSafe for DetectorObservableInstCode
impl Send for DetectorObservableInstCode
impl Sync for DetectorObservableInstCode
impl Unpin for DetectorObservableInstCode
impl UnwindSafe for DetectorObservableInstCode
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