Struct ilc_base::event::Event [] [src]

pub struct Event<'a> {
    pub ty: Type<'a>,
    pub time: Time,
    pub channel: Option<Cow<'a, str>>,
}

Fields

Trait Implementations

impl<'a> Clone for Event<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Event<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for Event<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Eq for Event<'a>
[src]

impl<'a> Hash for Event<'a>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> Encodable for Event<'a>
[src]

Serialize a value using an Encoder.

impl<'a> Decodable for Event<'a>
[src]

Deserialize a value using a Decoder.