Enum wayland_client::GlobalEvent
source · pub enum GlobalEvent {
New {
id: u32,
interface: String,
version: u32,
},
Removed {
id: u32,
interface: String,
},
}
Expand description
Event provided to the user callback of GlobalManager
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GlobalEvent
impl Send for GlobalEvent
impl Sync for GlobalEvent
impl Unpin for GlobalEvent
impl UnwindSafe for GlobalEvent
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