Struct ndk_sys::AHardwareBuffer_Format
source · #[repr(transparent)]pub struct AHardwareBuffer_Format(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_R8G8B8_UNORM: AHardwareBuffer_Format = _
sourceimpl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_R5G6B5_UNORM: AHardwareBuffer_Format = _
sourceimpl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_BLOB: AHardwareBuffer_Format = _
sourceimpl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_D16_UNORM: AHardwareBuffer_Format = _
sourceimpl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_D24_UNORM: AHardwareBuffer_Format = _
sourceimpl AHardwareBuffer_Format
impl AHardwareBuffer_Format
pub const AHARDWAREBUFFER_FORMAT_D32_FLOAT: AHardwareBuffer_Format = _
Trait Implementations
sourceimpl Clone for AHardwareBuffer_Format
impl Clone for AHardwareBuffer_Format
sourcefn clone(&self) -> AHardwareBuffer_Format
fn clone(&self) -> AHardwareBuffer_Format
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 AHardwareBuffer_Format
impl Debug for AHardwareBuffer_Format
sourceimpl Hash for AHardwareBuffer_Format
impl Hash for AHardwareBuffer_Format
sourceimpl PartialEq<AHardwareBuffer_Format> for AHardwareBuffer_Format
impl PartialEq<AHardwareBuffer_Format> for AHardwareBuffer_Format
sourcefn eq(&self, other: &AHardwareBuffer_Format) -> bool
fn eq(&self, other: &AHardwareBuffer_Format) -> bool
impl Copy for AHardwareBuffer_Format
impl Eq for AHardwareBuffer_Format
impl StructuralEq for AHardwareBuffer_Format
impl StructuralPartialEq for AHardwareBuffer_Format
Auto Trait Implementations
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
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