Enum editeur::sheet::Sheet [] [src]

#[repr(u32)]
pub enum Sheet { None, Bust, }

Variants

Symbol '_'.

Symbol 'b'.

Methods

impl Sheet
[src]

Trait Implementations

impl Clone for Sheet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Sheet
[src]

impl Eq for Sheet
[src]

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

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for Sheet
[src]

Formats the value using the given formatter.

impl Display for Sheet
[src]

Formats the value using the given formatter.

impl Default for Sheet
[src]

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