#[repr(u32)]pub enum v4l2_av1_warp_model {
V4L2_AV1_WARP_MODEL_IDENTITY = 0,
V4L2_AV1_WARP_MODEL_TRANSLATION = 1,
V4L2_AV1_WARP_MODEL_ROTZOOM = 2,
V4L2_AV1_WARP_MODEL_AFFINE = 3,
}
Variants§
V4L2_AV1_WARP_MODEL_IDENTITY = 0
V4L2_AV1_WARP_MODEL_TRANSLATION = 1
V4L2_AV1_WARP_MODEL_ROTZOOM = 2
V4L2_AV1_WARP_MODEL_AFFINE = 3
Trait Implementations§
Source§impl Clone for v4l2_av1_warp_model
impl Clone for v4l2_av1_warp_model
Source§fn clone(&self) -> v4l2_av1_warp_model
fn clone(&self) -> v4l2_av1_warp_model
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_av1_warp_model
impl Debug for v4l2_av1_warp_model
Source§impl Hash for v4l2_av1_warp_model
impl Hash for v4l2_av1_warp_model
Source§impl PartialEq for v4l2_av1_warp_model
impl PartialEq for v4l2_av1_warp_model
impl Copy for v4l2_av1_warp_model
impl Eq for v4l2_av1_warp_model
impl StructuralPartialEq for v4l2_av1_warp_model
Auto Trait Implementations§
impl Freeze for v4l2_av1_warp_model
impl RefUnwindSafe for v4l2_av1_warp_model
impl Send for v4l2_av1_warp_model
impl Sync for v4l2_av1_warp_model
impl Unpin for v4l2_av1_warp_model
impl UnwindSafe for v4l2_av1_warp_model
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