#[repr(C)]pub struct gbm_surface {
_unused: [u8; 0],
}
Fields§
§_unused: [u8; 0]
Trait Implementations§
source§impl Clone for gbm_surface
impl Clone for gbm_surface
source§fn clone(&self) -> gbm_surface
fn clone(&self) -> gbm_surface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for gbm_surface
impl Debug for gbm_surface
impl Copy for gbm_surface
Auto Trait Implementations§
impl RefUnwindSafe for gbm_surface
impl Send for gbm_surface
impl Sync for gbm_surface
impl Unpin for gbm_surface
impl UnwindSafe for gbm_surface
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