Enum sfml_types::sfBool [] [src]

#[repr(C)]
pub enum sfBool { SFFALSE, SFTRUE, }

Variants

Methods

impl sfBool
[src]

Trait Implementations

impl PartialEq for sfBool
[src]

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

This method tests for !=.

impl Eq for sfBool
[src]

impl Clone for sfBool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for sfBool
[src]