Fields
type_: u32length: u32Trait Implementations
sourceimpl PartialEq<drm_event> for drm_event
impl PartialEq<drm_event> for drm_event
impl Copy for drm_event
impl Eq for drm_event
impl StructuralEq for drm_event
impl StructuralPartialEq for drm_event
Auto Trait Implementations
impl RefUnwindSafe for drm_event
impl Send for drm_event
impl Sync for drm_event
impl Unpin for drm_event
impl UnwindSafe for drm_event
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more