Struct xcb::present::ConfigureNotifyEvent
source · pub struct ConfigureNotifyEvent { /* private fields */ }
Expand description
The ConfigureNotifyEvent
event.
Implementations§
source§impl ConfigureNotifyEvent
impl ConfigureNotifyEvent
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 event(&self) -> EventXid
pub fn window(&self) -> Window
pub fn x(&self) -> i16
pub fn y(&self) -> i16
pub fn width(&self) -> u16
pub fn height(&self) -> u16
pub fn off_x(&self) -> i16
pub fn off_y(&self) -> i16
pub fn full_sequence(&self) -> u32
pub fn pixmap_width(&self) -> u16
pub fn pixmap_height(&self) -> u16
pub fn pixmap_flags(&self) -> u32
Trait Implementations§
source§impl Debug for ConfigureNotifyEvent
impl Debug for ConfigureNotifyEvent
source§impl Drop for ConfigureNotifyEvent
impl Drop for ConfigureNotifyEvent
source§impl GeEvent for ConfigureNotifyEvent
impl GeEvent for ConfigureNotifyEvent
impl Send for ConfigureNotifyEvent
impl Sync for ConfigureNotifyEvent
Auto Trait Implementations§
impl Freeze for ConfigureNotifyEvent
impl RefUnwindSafe for ConfigureNotifyEvent
impl Unpin for ConfigureNotifyEvent
impl UnwindSafe for ConfigureNotifyEvent
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