#[repr(C)]pub struct drm_ctx {
pub handle: drm_context_t,
pub flags: Type,
}
Fields§
§handle: drm_context_t
§flags: Type
Trait Implementations§
source§impl PartialEq for drm_ctx
impl PartialEq for drm_ctx
impl Copy for drm_ctx
impl Eq for drm_ctx
impl StructuralPartialEq for drm_ctx
Auto Trait Implementations§
impl Freeze for drm_ctx
impl RefUnwindSafe for drm_ctx
impl Send for drm_ctx
impl Sync for drm_ctx
impl Unpin for drm_ctx
impl UnwindSafe for drm_ctx
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