Struct ndk_sys::AHardwareBuffer_Planes
source · #[repr(C)]pub struct AHardwareBuffer_Planes {
pub planeCount: u32,
pub planes: [AHardwareBuffer_Plane; 4],
}
Fields
planeCount: u32
planes: [AHardwareBuffer_Plane; 4]
Trait Implementations
sourceimpl Clone for AHardwareBuffer_Planes
impl Clone for AHardwareBuffer_Planes
sourcefn clone(&self) -> AHardwareBuffer_Planes
fn clone(&self) -> AHardwareBuffer_Planes
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_Planes
impl Debug for AHardwareBuffer_Planes
impl Copy for AHardwareBuffer_Planes
Auto Trait Implementations
impl RefUnwindSafe for AHardwareBuffer_Planes
impl !Send for AHardwareBuffer_Planes
impl !Sync for AHardwareBuffer_Planes
impl Unpin for AHardwareBuffer_Planes
impl UnwindSafe for AHardwareBuffer_Planes
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