Enum syn::FloatTy [−][src]
pub enum FloatTy {
F32,
F64,
Unsuffixed,
}Variants
F32F64Unsuffixed
Trait Implementations
impl Display for FloatTy[src]
impl Display for FloatTyfn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Debug for FloatTy[src]
impl Debug for FloatTyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for FloatTy[src]
impl Copy for FloatTyimpl Clone for FloatTy[src]
impl Clone for FloatTyfn clone(&self) -> FloatTy[src]
fn clone(&self) -> FloatTyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for FloatTy[src]
impl Eq for FloatTyimpl PartialEq for FloatTy[src]
impl PartialEq for FloatTyfn eq(&self, other: &FloatTy) -> bool[src]
fn eq(&self, other: &FloatTy) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for FloatTy[src]
impl Hash for FloatTy