Struct gbm_sys::gbm_bo_handle [] [src]

#[repr(C)]
pub struct gbm_bo_handle { pub ptr: __BindgenUnionField<*mut c_void>, pub s32: __BindgenUnionField<i32>, pub u32: __BindgenUnionField<u32>, pub s64: __BindgenUnionField<i64>, pub u64: __BindgenUnionField<u64>, pub bindgen_union_field: u64, }

Abstraction representing the handle to a buffer allocated by the manager

Fields

Trait Implementations

impl Debug for gbm_bo_handle
[src]

[src]

Formats the value using the given formatter.

impl Copy for gbm_bo_handle
[src]

impl Clone for gbm_bo_handle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more