pub struct Rav1dWarpedMotionParams {
pub type: Rav1dWarpedMotionType,
pub matrix: [i32; 6],
pub abcd: RelaxedAtomic<[i16; 4]>,
}Fields§
§type: Rav1dWarpedMotionType§matrix: [i32; 6]§abcd: RelaxedAtomic<[i16; 4]>Implementations§
Trait Implementations§
Source§impl Clone for Rav1dWarpedMotionParams
impl Clone for Rav1dWarpedMotionParams
Source§fn clone(&self) -> Rav1dWarpedMotionParams
fn clone(&self) -> Rav1dWarpedMotionParams
Returns a duplicate 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 Default for Rav1dWarpedMotionParams
impl Default for Rav1dWarpedMotionParams
Source§impl From<Rav1dWarpedMotionParams> for Dav1dWarpedMotionParams
impl From<Rav1dWarpedMotionParams> for Dav1dWarpedMotionParams
Source§fn from(value: Rav1dWarpedMotionParams) -> Self
fn from(value: Rav1dWarpedMotionParams) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for Rav1dWarpedMotionParams
impl RefUnwindSafe for Rav1dWarpedMotionParams
impl Send for Rav1dWarpedMotionParams
impl Sync for Rav1dWarpedMotionParams
impl Unpin for Rav1dWarpedMotionParams
impl UnwindSafe for Rav1dWarpedMotionParams
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