Struct ndk_sys::AHdrMetadataType
source · #[repr(transparent)]pub struct AHdrMetadataType(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl AHdrMetadataType
impl AHdrMetadataType
pub const HDR10_SMPTE2086: AHdrMetadataType = _
source§impl AHdrMetadataType
impl AHdrMetadataType
pub const HDR10_CTA861_3: AHdrMetadataType = _
source§impl AHdrMetadataType
impl AHdrMetadataType
pub const HDR10PLUS_SEI: AHdrMetadataType = _
Trait Implementations§
source§impl Clone for AHdrMetadataType
impl Clone for AHdrMetadataType
source§fn clone(&self) -> AHdrMetadataType
fn clone(&self) -> AHdrMetadataType
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 AHdrMetadataType
impl Debug for AHdrMetadataType
source§impl Hash for AHdrMetadataType
impl Hash for AHdrMetadataType
source§impl PartialEq for AHdrMetadataType
impl PartialEq for AHdrMetadataType
source§fn eq(&self, other: &AHdrMetadataType) -> bool
fn eq(&self, other: &AHdrMetadataType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AHdrMetadataType
impl Eq for AHdrMetadataType
impl StructuralPartialEq for AHdrMetadataType
Auto Trait Implementations§
impl Freeze for AHdrMetadataType
impl RefUnwindSafe for AHdrMetadataType
impl Send for AHdrMetadataType
impl Sync for AHdrMetadataType
impl Unpin for AHdrMetadataType
impl UnwindSafe for AHdrMetadataType
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