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