pub enum FreenectResolution {
Low,
Medium,
High,
}
Expand description
Enumeration of available resolutions. See here for more information
Variants§
Auto Trait Implementations§
impl Freeze for FreenectResolution
impl RefUnwindSafe for FreenectResolution
impl Send for FreenectResolution
impl Sync for FreenectResolution
impl Unpin for FreenectResolution
impl UnwindSafe for FreenectResolution
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