Enum neko::prelude::Relative [] [src]

#[repr(u32)]
pub enum Relative { Top, Bottom, Right, Left, }

Variants

Trait Implementations

impl Clone for Relative
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Relative
[src]

impl Debug for Relative
[src]

Formats the value using the given formatter.

impl Hash for Relative
[src]

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

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

impl Eq for Relative
[src]

impl PartialEq for Relative
[src]

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

This method tests for !=.

impl Default for Relative
[src]

Returns the "default value" for a type. Read more