Struct xcb::present::RedirectNotifyEvent
source · pub struct RedirectNotifyEvent { /* private fields */ }
Expand description
The RedirectNotifyEvent
event.
Implementations§
source§impl RedirectNotifyEvent
impl RedirectNotifyEvent
pub fn response_type(&self) -> u8
pub fn extension(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn event_type(&self) -> u16
pub fn update_window(&self) -> bool
pub fn event(&self) -> EventXid
pub fn event_window(&self) -> Window
pub fn window(&self) -> Window
pub fn pixmap(&self) -> Pixmap
pub fn serial(&self) -> u32
pub fn full_sequence(&self) -> u32
pub fn valid_region(&self) -> Region
pub fn update_region(&self) -> Region
pub fn valid_rect(&self) -> Rectangle
pub fn update_rect(&self) -> Rectangle
pub fn x_off(&self) -> i16
pub fn y_off(&self) -> i16
pub fn target_crtc(&self) -> Crtc
pub fn wait_fence(&self) -> Fence
pub fn idle_fence(&self) -> Fence
pub fn options(&self) -> u32
pub fn target_msc(&self) -> u64
pub fn divisor(&self) -> u64
pub fn remainder(&self) -> u64
pub fn notifies(&self) -> &[Notify]
Trait Implementations§
source§impl Debug for RedirectNotifyEvent
impl Debug for RedirectNotifyEvent
source§impl Drop for RedirectNotifyEvent
impl Drop for RedirectNotifyEvent
source§impl GeEvent for RedirectNotifyEvent
impl GeEvent for RedirectNotifyEvent
impl Send for RedirectNotifyEvent
impl Sync for RedirectNotifyEvent
Auto Trait Implementations§
impl Freeze for RedirectNotifyEvent
impl RefUnwindSafe for RedirectNotifyEvent
impl Unpin for RedirectNotifyEvent
impl UnwindSafe for RedirectNotifyEvent
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