#[repr(u32)]pub enum v4l2_subdev_format_whence {
V4L2_SUBDEV_FORMAT_TRY = 0,
V4L2_SUBDEV_FORMAT_ACTIVE = 1,
}
Expand description
enum v4l2_subdev_format_whence - Media bus format type @V4L2_SUBDEV_FORMAT_TRY: try format, for negotiation only @V4L2_SUBDEV_FORMAT_ACTIVE: active format, applied to the device
Variants§
Trait Implementations§
Source§impl Clone for v4l2_subdev_format_whence
impl Clone for v4l2_subdev_format_whence
Source§fn clone(&self) -> v4l2_subdev_format_whence
fn clone(&self) -> v4l2_subdev_format_whence
Returns a copy 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 v4l2_subdev_format_whence
impl Debug for v4l2_subdev_format_whence
Source§impl Hash for v4l2_subdev_format_whence
impl Hash for v4l2_subdev_format_whence
impl Copy for v4l2_subdev_format_whence
impl Eq for v4l2_subdev_format_whence
impl StructuralPartialEq for v4l2_subdev_format_whence
Auto Trait Implementations§
impl Freeze for v4l2_subdev_format_whence
impl RefUnwindSafe for v4l2_subdev_format_whence
impl Send for v4l2_subdev_format_whence
impl Sync for v4l2_subdev_format_whence
impl Unpin for v4l2_subdev_format_whence
impl UnwindSafe for v4l2_subdev_format_whence
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