Struct ndk_sys::AHardwareBuffer_Plane
source · #[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§
source§impl Clone for AHardwareBuffer_Plane
impl Clone for AHardwareBuffer_Plane
source§fn clone(&self) -> AHardwareBuffer_Plane
fn clone(&self) -> AHardwareBuffer_Plane
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_Plane
impl Debug for AHardwareBuffer_Plane
impl Copy for AHardwareBuffer_Plane
Auto Trait Implementations§
impl Freeze for AHardwareBuffer_Plane
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§
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