pub enum VisionInterface {
Control,
Event,
Streaming,
}Variants§
Trait Implementations§
Source§impl Clone for VisionInterface
impl Clone for VisionInterface
Source§fn clone(&self) -> VisionInterface
fn clone(&self) -> VisionInterface
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 VisionInterface
impl Debug for VisionInterface
impl Copy for VisionInterface
Auto Trait Implementations§
impl Freeze for VisionInterface
impl RefUnwindSafe for VisionInterface
impl Send for VisionInterface
impl Sync for VisionInterface
impl Unpin for VisionInterface
impl UnwindSafe for VisionInterface
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