#[repr(C)]pub struct XActivateDeactivateEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut Display,
pub window: Window,
}Fields§
§type_: c_int§serial: c_ulong§send_event: c_int§display: *mut Display§window: WindowTrait Implementations§
Source§impl Clone for XActivateDeactivateEvent
impl Clone for XActivateDeactivateEvent
Source§fn clone(&self) -> XActivateDeactivateEvent
fn clone(&self) -> XActivateDeactivateEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XActivateDeactivateEvent
impl Debug for XActivateDeactivateEvent
impl Copy for XActivateDeactivateEvent
Auto Trait Implementations§
impl Freeze for XActivateDeactivateEvent
impl RefUnwindSafe for XActivateDeactivateEvent
impl !Send for XActivateDeactivateEvent
impl !Sync for XActivateDeactivateEvent
impl Unpin for XActivateDeactivateEvent
impl UnwindSafe for XActivateDeactivateEvent
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