Struct librsnek::objects::number::FloatAdapter
[−]
[src]
pub struct FloatAdapter<'a>(pub &'a Float);
Trait Implementations
impl<'a, 'b> PartialEq<IntAdapter<'b>> for FloatAdapter<'a>[src]
fn eq(&self, other: &IntAdapter) -> bool
This method tests for self and other values to be equal, and is used
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.