Type Alias BufferObjectHandle

Source
pub type BufferObjectHandle = gbm_bo_handle;
Expand description

Abstraction representing the handle to a buffer allocated by the manager

Aliased Type§

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

Trait Implementations

§

impl Clone for gbm_bo_handle

§

fn clone(&self) -> gbm_bo_handle

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Copy for gbm_bo_handle