Struct glsl_layout::boolean
source · pub struct boolean(_);
Expand description
Boolean value.
Implementations§
Trait Implementations§
source§impl Ord for boolean
impl Ord for boolean
source§impl PartialOrd<boolean> for boolean
impl PartialOrd<boolean> for boolean
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more