pub enum Properties {
InivationDavis346(<Device as Usb>::Properties),
InivationDvxplorer(<Device as Usb>::Properties),
PropheseeEvk3Hd(<Device as Usb>::Properties),
PropheseeEvk4(<Device as Usb>::Properties),
}
Variants§
InivationDavis346(<Device as Usb>::Properties)
InivationDvxplorer(<Device as Usb>::Properties)
PropheseeEvk3Hd(<Device as Usb>::Properties)
PropheseeEvk4(<Device as Usb>::Properties)
Trait Implementations§
Source§impl Debug for Properties
impl Debug for Properties
Auto Trait Implementations§
impl Freeze for Properties
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
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