Enum neko::prelude::Cardinal [] [src]

#[repr(u32)]
pub enum Cardinal { UpperLeft, UpperMiddle, UpperRight, MiddleLeft, MiddleCentral, MiddleRight, LowerLeft, LowerMiddle, LowerRight, }

Variants

Methods

impl Cardinal
[src]

Trait Implementations

impl Clone for Cardinal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cardinal
[src]

impl Debug for Cardinal
[src]

Formats the value using the given formatter.

impl Hash for Cardinal
[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 Cardinal
[src]

impl PartialEq for Cardinal
[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 Cardinal
[src]

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