#[repr(C)]pub struct StdVideoAV1GlobalMotion {
pub GmType: [u8; 8],
pub gm_params: [[i32; 6]; 8],
}
Fields§
§GmType: [u8; 8]
§gm_params: [[i32; 6]; 8]
Trait Implementations§
Source§impl Clone for StdVideoAV1GlobalMotion
impl Clone for StdVideoAV1GlobalMotion
Source§fn clone(&self) -> StdVideoAV1GlobalMotion
fn clone(&self) -> StdVideoAV1GlobalMotion
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for StdVideoAV1GlobalMotion
impl Default for StdVideoAV1GlobalMotion
Source§fn default() -> StdVideoAV1GlobalMotion
fn default() -> StdVideoAV1GlobalMotion
Returns the “default value” for a type. Read more
impl Copy for StdVideoAV1GlobalMotion
Auto Trait Implementations§
impl Freeze for StdVideoAV1GlobalMotion
impl RefUnwindSafe for StdVideoAV1GlobalMotion
impl Send for StdVideoAV1GlobalMotion
impl Sync for StdVideoAV1GlobalMotion
impl Unpin for StdVideoAV1GlobalMotion
impl UnwindSafe for StdVideoAV1GlobalMotion
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