#[repr(C)]pub struct gbm_bo { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for gbm_bo
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