Struct sparkle::Class [] [src]

pub struct Class(pub u16);

Encapsulates a CLASS value.

Methods

impl Class
[src]

Returns the underlying CLASS value.

Trait Implementations

impl Clone for Class
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Class
[src]

impl Debug for Class
[src]

Formats the value using the given formatter.

impl Eq for Class
[src]

impl Hash for Class
[src]

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

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

impl PartialEq for Class
[src]

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

This method tests for !=.

impl From<QClass> for Class
[src]

Performs the conversion.