Struct xcb::x::CreateNotifyEvent
source · pub struct CreateNotifyEvent { /* private fields */ }
Expand description
The CreateNotifyEvent
event.
Implementations§
source§impl CreateNotifyEvent
impl CreateNotifyEvent
pub fn new( parent: Window, window: Window, x: i16, y: i16, width: u16, height: u16, border_width: u16, override_redirect: bool, ) -> CreateNotifyEvent
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn parent(&self) -> Window
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 border_width(&self) -> u16
pub fn override_redirect(&self) -> bool
Trait Implementations§
source§impl BaseEvent for CreateNotifyEvent
impl BaseEvent for CreateNotifyEvent
source§impl Debug for CreateNotifyEvent
impl Debug for CreateNotifyEvent
source§impl Drop for CreateNotifyEvent
impl Drop for CreateNotifyEvent
source§impl Raw<xcb_generic_event_t> for CreateNotifyEvent
impl Raw<xcb_generic_event_t> for CreateNotifyEvent
impl Send for CreateNotifyEvent
impl Sync for CreateNotifyEvent
Auto Trait Implementations§
impl Freeze for CreateNotifyEvent
impl RefUnwindSafe for CreateNotifyEvent
impl Unpin for CreateNotifyEvent
impl UnwindSafe for CreateNotifyEvent
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