Struct wayland_client::RawEvent
source · pub struct RawEvent {
pub interface: &'static str,
pub opcode: u16,
pub name: &'static str,
pub args: Vec<Argument>,
}
Expand description
An generic event
Fields§
§interface: &'static str
Interface of the associated object
opcode: u16
Opcode of the event
name: &'static str
Name of the event
args: Vec<Argument>
Arguments of the message
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RawEvent
impl !Send for RawEvent
impl !Sync for RawEvent
impl Unpin for RawEvent
impl !UnwindSafe for RawEvent
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