Struct turbine_reactive::ptr::Bool [] [src]

pub struct Bool(_);

Points to bool.

Trait Implementations

impl Copy for Bool
[src]

impl Clone for Bool
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Bool
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Bool
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Bool
[src]

impl From<usize> for Bool
[src]

[src]

Performs the conversion.