Struct gilrs::ev::Code[][src]

pub struct Code(_);

Platform specific event code.

Methods

impl Code
[src]

Trait Implementations

impl Copy for Code
[src]

impl Clone for Code
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Code
[src]

Formats the value using the given formatter. Read more

impl Eq for Code
[src]

impl PartialEq for Code
[src]

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

This method tests for !=.

impl Hash for Code
[src]

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

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

impl Display for Code
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Code

impl Sync for Code