pub type BufferObjectHandle = gbm_bo_handle;Expand description
Abstraction representing the handle to a buffer allocated by the manager
Aliased Type§
#[repr(C)]pub union BufferObjectHandle {
pub ptr: *mut c_void,
pub s32: i32,
pub u32_: u32,
pub s64: i64,
pub u64_: u64,
}Fields§
§ptr: *mut c_void§s32: i32§u32_: u32§s64: i64§u64_: u64