Struct rutabaga_gfx::rutabaga_gralloc::minigbm_bindings::gbm_bo
source · #[repr(C)]pub struct gbm_bo {
_unused: [u8; 0],
}
Fields§
§_unused: [u8; 0]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for gbm_bo
impl Send for gbm_bo
impl Sync for gbm_bo
impl Unpin for gbm_bo
impl UnwindSafe for gbm_bo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more