Struct ndk_sys::AHardwareBuffer_Planes [−][src]
#[repr(C)]pub struct AHardwareBuffer_Planes {
pub planeCount: u32,
pub planes: [AHardwareBuffer_Plane; 4],
}
Fields
planeCount: u32
planes: [AHardwareBuffer_Plane; 4]
Trait Implementations
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
Mutably borrows from an owned value. Read more