Struct ndk_sys::AHardwareBuffer_Format
source · #[repr(transparent)]pub struct AHardwareBuffer_Format(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_R8G8B8_UNORM: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_R5G6B5_UNORM: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_BLOB: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_D16_UNORM: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_D24_UNORM: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_D32_FLOAT: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_S8_UINT: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_420: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_YCbCr_P010: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_R8_UNORM: AHardwareBuffer_Format = _
source§impl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_R16_UINT: AHardwareBuffer_Format = _
Trait Implementations§
source§impl Clone for AHardwareBuffer_Format
impl Clone for AHardwareBuffer_Format
source§fn clone(&self) -> AHardwareBuffer_Format
fn clone(&self) -> AHardwareBuffer_Format
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 AHardwareBuffer_Format
impl Debug for AHardwareBuffer_Format
source§impl Hash for AHardwareBuffer_Format
impl Hash for AHardwareBuffer_Format
source§impl PartialEq for AHardwareBuffer_Format
impl PartialEq for AHardwareBuffer_Format
source§fn eq(&self, other: &AHardwareBuffer_Format) -> bool
fn eq(&self, other: &AHardwareBuffer_Format) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AHardwareBuffer_Format
impl Eq for AHardwareBuffer_Format
impl StructuralPartialEq for AHardwareBuffer_Format
Auto Trait Implementations§
impl Freeze for AHardwareBuffer_Format
impl RefUnwindSafe for AHardwareBuffer_Format
impl Send for AHardwareBuffer_Format
impl Sync for AHardwareBuffer_Format
impl Unpin for AHardwareBuffer_Format
impl UnwindSafe for AHardwareBuffer_Format
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