#[repr(u8)]pub enum AtisPolarity {
Off = 0,
On = 1,
ExposureStart = 2,
ExposureEnd = 3,
}Variants§
Trait Implementations§
Source§impl Clone for AtisPolarity
impl Clone for AtisPolarity
Source§fn clone(&self) -> AtisPolarity
fn clone(&self) -> AtisPolarity
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 AtisPolarity
impl Debug for AtisPolarity
Source§impl Hash for AtisPolarity
impl Hash for AtisPolarity
Source§impl PartialEq for AtisPolarity
impl PartialEq for AtisPolarity
impl Copy for AtisPolarity
impl Eq for AtisPolarity
impl StructuralPartialEq for AtisPolarity
Auto Trait Implementations§
impl Freeze for AtisPolarity
impl RefUnwindSafe for AtisPolarity
impl Send for AtisPolarity
impl Sync for AtisPolarity
impl Unpin for AtisPolarity
impl UnwindSafe for AtisPolarity
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