#[repr(i32)]pub enum ShutterMode {
None = 0,
EpicsOnly = 1,
DetectorOnly = 2,
EpicsAndDetector = 3,
}Expand description
Shutter mode.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ShutterMode
impl Clone for ShutterMode
Source§fn clone(&self) -> ShutterMode
fn clone(&self) -> ShutterMode
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 ShutterMode
impl Debug for ShutterMode
Source§impl PartialEq for ShutterMode
impl PartialEq for ShutterMode
impl Copy for ShutterMode
impl Eq for ShutterMode
impl StructuralPartialEq for ShutterMode
Auto Trait Implementations§
impl Freeze for ShutterMode
impl RefUnwindSafe for ShutterMode
impl Send for ShutterMode
impl Sync for ShutterMode
impl Unpin for ShutterMode
impl UnsafeUnpin for ShutterMode
impl UnwindSafe for ShutterMode
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