Enum crabgrab::feature::bitmap::VideoRange
source · pub enum VideoRange {
Video,
Full,
}
Expand description
The video range for a YCbCr format bitmap
Variants§
Auto Trait Implementations§
impl Freeze for VideoRange
impl RefUnwindSafe for VideoRange
impl Send for VideoRange
impl Sync for VideoRange
impl Unpin for VideoRange
impl UnwindSafe for VideoRange
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