#[repr(C)]pub struct vvdecSEIDecodedPictureHash {
pub method: vvdecHashType,
pub singleCompFlag: bool,
pub digest_length: c_int,
pub digest: [c_uchar; 48],
}Fields§
§method: vvdecHashType§singleCompFlag: bool§digest_length: c_int§digest: [c_uchar; 48]Trait Implementations§
Source§impl Clone for vvdecSEIDecodedPictureHash
impl Clone for vvdecSEIDecodedPictureHash
Source§fn clone(&self) -> vvdecSEIDecodedPictureHash
fn clone(&self) -> vvdecSEIDecodedPictureHash
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 Debug for vvdecSEIDecodedPictureHash
impl Debug for vvdecSEIDecodedPictureHash
impl Copy for vvdecSEIDecodedPictureHash
Auto Trait Implementations§
impl Freeze for vvdecSEIDecodedPictureHash
impl RefUnwindSafe for vvdecSEIDecodedPictureHash
impl Send for vvdecSEIDecodedPictureHash
impl Sync for vvdecSEIDecodedPictureHash
impl Unpin for vvdecSEIDecodedPictureHash
impl UnwindSafe for vvdecSEIDecodedPictureHash
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