Struct xcb::dri2::InvalidateBuffersEvent
source · pub struct InvalidateBuffersEvent { /* private fields */ }
Expand description
The InvalidateBuffersEvent
event.
Implementations§
Trait Implementations§
source§impl BaseEvent for InvalidateBuffersEvent
impl BaseEvent for InvalidateBuffersEvent
source§impl Debug for InvalidateBuffersEvent
impl Debug for InvalidateBuffersEvent
source§impl Drop for InvalidateBuffersEvent
impl Drop for InvalidateBuffersEvent
impl Send for InvalidateBuffersEvent
impl Sync for InvalidateBuffersEvent
Auto Trait Implementations§
impl Freeze for InvalidateBuffersEvent
impl RefUnwindSafe for InvalidateBuffersEvent
impl Unpin for InvalidateBuffersEvent
impl UnwindSafe for InvalidateBuffersEvent
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