Struct xcb::randr::NotifyEvent
source · pub struct NotifyEvent { /* private fields */ }
Expand description
The NotifyEvent
event.
Implementations§
source§impl NotifyEvent
impl NotifyEvent
pub fn new(event_base: u8, u: NotifyData) -> NotifyEvent
pub fn response_type(&self) -> u8
pub fn sub_code(&self) -> Notify
pub fn sequence(&self) -> u16
pub fn u(&self) -> NotifyData
Trait Implementations§
source§impl BaseEvent for NotifyEvent
impl BaseEvent for NotifyEvent
source§impl Debug for NotifyEvent
impl Debug for NotifyEvent
source§impl Drop for NotifyEvent
impl Drop for NotifyEvent
source§impl Raw<xcb_generic_event_t> for NotifyEvent
impl Raw<xcb_generic_event_t> for NotifyEvent
impl Send for NotifyEvent
impl Sync for NotifyEvent
Auto Trait Implementations§
impl Freeze for NotifyEvent
impl RefUnwindSafe for NotifyEvent
impl Unpin for NotifyEvent
impl UnwindSafe for NotifyEvent
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