#[repr(C)]pub struct vvdecSEIAlternativeTransferCharacteristics {
pub preferred_transfer_characteristics: u8,
}Fields§
§preferred_transfer_characteristics: u8Trait Implementations§
Source§impl Clone for vvdecSEIAlternativeTransferCharacteristics
impl Clone for vvdecSEIAlternativeTransferCharacteristics
Source§fn clone(&self) -> vvdecSEIAlternativeTransferCharacteristics
fn clone(&self) -> vvdecSEIAlternativeTransferCharacteristics
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 moreimpl Copy for vvdecSEIAlternativeTransferCharacteristics
Auto Trait Implementations§
impl Freeze for vvdecSEIAlternativeTransferCharacteristics
impl RefUnwindSafe for vvdecSEIAlternativeTransferCharacteristics
impl Send for vvdecSEIAlternativeTransferCharacteristics
impl Sync for vvdecSEIAlternativeTransferCharacteristics
impl Unpin for vvdecSEIAlternativeTransferCharacteristics
impl UnwindSafe for vvdecSEIAlternativeTransferCharacteristics
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