#[repr(C)]pub struct AHardwareBuffer_Planes {
pub planeCount: u32,
pub planes: [AHardwareBuffer_Plane; 4],
}
Fields§
§planeCount: u32
§planes: [AHardwareBuffer_Plane; 4]
Trait Implementations§
Source§impl Clone for AHardwareBuffer_Planes
impl Clone for AHardwareBuffer_Planes
Source§fn clone(&self) -> AHardwareBuffer_Planes
fn clone(&self) -> AHardwareBuffer_Planes
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_Planes
impl Debug for AHardwareBuffer_Planes
impl Copy for AHardwareBuffer_Planes
Auto Trait Implementations§
impl Freeze for AHardwareBuffer_Planes
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§
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