Struct xcb::xv::VideoNotifyEvent
source · pub struct VideoNotifyEvent { /* private fields */ }
Expand description
The VideoNotifyEvent
event.
Implementations§
source§impl VideoNotifyEvent
impl VideoNotifyEvent
pub fn new( event_base: u8, reason: VideoNotifyReason, time: Timestamp, drawable: Drawable, port: Port, ) -> VideoNotifyEvent
pub fn response_type(&self) -> u8
pub fn reason(&self) -> VideoNotifyReason
pub fn sequence(&self) -> u16
pub fn time(&self) -> Timestamp
pub fn port(&self) -> Port
Trait Implementations§
source§impl BaseEvent for VideoNotifyEvent
impl BaseEvent for VideoNotifyEvent
source§impl Debug for VideoNotifyEvent
impl Debug for VideoNotifyEvent
source§impl Drop for VideoNotifyEvent
impl Drop for VideoNotifyEvent
source§impl Raw<xcb_generic_event_t> for VideoNotifyEvent
impl Raw<xcb_generic_event_t> for VideoNotifyEvent
impl Send for VideoNotifyEvent
impl Sync for VideoNotifyEvent
Auto Trait Implementations§
impl Freeze for VideoNotifyEvent
impl RefUnwindSafe for VideoNotifyEvent
impl Unpin for VideoNotifyEvent
impl UnwindSafe for VideoNotifyEvent
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