pub enum FreenectVideoFormat {
Rgb,
Bayer,
IR8,
IR10,
IR10Packed,
YuvRgb,
YuvRaw,
}
Expand description
Enumeration of video formats. See here for more information
Variants§
Auto Trait Implementations§
impl Freeze for FreenectVideoFormat
impl RefUnwindSafe for FreenectVideoFormat
impl Send for FreenectVideoFormat
impl Sync for FreenectVideoFormat
impl Unpin for FreenectVideoFormat
impl UnwindSafe for FreenectVideoFormat
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