Struct ndk_sys::AHdrMetadataType
source · #[repr(transparent)]pub struct AHdrMetadataType(pub u32);
Tuple Fields
0: u32
Implementations
sourceimpl AHdrMetadataType
impl AHdrMetadataType
pub const HDR10_SMPTE2086: AHdrMetadataType = _
sourceimpl AHdrMetadataType
impl AHdrMetadataType
pub const HDR10_CTA861_3: AHdrMetadataType = _
sourceimpl AHdrMetadataType
impl AHdrMetadataType
pub const HDR10PLUS_SEI: AHdrMetadataType = _
Trait Implementations
sourceimpl Clone for AHdrMetadataType
impl Clone for AHdrMetadataType
sourcefn clone(&self) -> AHdrMetadataType
fn clone(&self) -> AHdrMetadataType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AHdrMetadataType
impl Debug for AHdrMetadataType
sourceimpl Hash for AHdrMetadataType
impl Hash for AHdrMetadataType
sourceimpl PartialEq<AHdrMetadataType> for AHdrMetadataType
impl PartialEq<AHdrMetadataType> for AHdrMetadataType
sourcefn eq(&self, other: &AHdrMetadataType) -> bool
fn eq(&self, other: &AHdrMetadataType) -> bool
impl Copy for AHdrMetadataType
impl Eq for AHdrMetadataType
impl StructuralEq for AHdrMetadataType
impl StructuralPartialEq for AHdrMetadataType
Auto Trait Implementations
impl RefUnwindSafe for AHdrMetadataType
impl Send for AHdrMetadataType
impl Sync for AHdrMetadataType
impl Unpin for AHdrMetadataType
impl UnwindSafe for AHdrMetadataType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more