#[repr(u8)]pub enum Trigger {
TRIGGER_0 = 0,
TRIGGER_1 = 1,
}Variants§
TRIGGER_0 = 0
No hardware trigger signal
TRIGGER_1 = 1
Hardware trigger signal, the signal must last at least 1 ips clock period
Implementations§
Trait Implementations§
Source§impl Ord for Trigger
impl Ord for Trigger
Source§impl PartialOrd for Trigger
impl PartialOrd for Trigger
impl Copy for Trigger
impl Eq for Trigger
impl StructuralPartialEq for Trigger
Auto Trait Implementations§
impl Freeze for Trigger
impl RefUnwindSafe for Trigger
impl Send for Trigger
impl Sync for Trigger
impl Unpin for Trigger
impl UnwindSafe for Trigger
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