#[repr(C)]pub struct BufferHandle {}Available on crate feature
native_window only.Expand description
Buffer handle used to transfer and obtain information about the buffer.
Available since API-level: 8
Fields§
§fd: i32< buffer fd, -1 if not supported
width: i32< the width of memory
stride: i32< the stride of memory
height: i32< the height of memory
size: i32§format: i32< the format of memory
usage: u64< the usage of memory
virAddr: *mut c_void< Virtual address of memory
key: i32< Shared memory key
phyAddr: u64< Physical address
reserveFds: u32< the number of reserved fd value
reserveInts: u32< the number of reserved integer value
reserve: __IncompleteArrayField<i32>< the data