Struct wayland_client::core::Serial [] [src]

pub struct Serial {
    // some fields omitted
}

An opaque identifier to the serial number associated to an event.

Many events in the wayland protocol have a serial number associated to them, which must be provided in queries made in response to these events.

Trait Implementations

Derived Implementations

impl Clone for Serial

fn clone(&self) -> Serial

fn clone_from(&mut self, source: &Self)

impl Copy for Serial