#[repr(transparent)]pub struct AHardwareBuffer_Format(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
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
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