Struct ndk_sys::AHardwareBuffer_Plane [−][src]
#[repr(C)]pub struct AHardwareBuffer_Plane {
pub data: *mut c_void,
pub pixelStride: u32,
pub rowStride: u32,
}
Fields
data: *mut c_void
pixelStride: u32
rowStride: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AHardwareBuffer_Plane
impl !Send for AHardwareBuffer_Plane
impl !Sync for AHardwareBuffer_Plane
impl Unpin for AHardwareBuffer_Plane
impl UnwindSafe for AHardwareBuffer_Plane
Blanket Implementations
Mutably borrows from an owned value. Read more