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
sourceimpl Clone for AHardwareBuffer_Plane
impl Clone for AHardwareBuffer_Plane
sourcefn clone(&self) -> AHardwareBuffer_Plane
fn clone(&self) -> AHardwareBuffer_Plane
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_Plane
impl Debug for AHardwareBuffer_Plane
impl Copy for AHardwareBuffer_Plane
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
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