[]Struct sss_rs::geometry::fraction::FRACTION_ONE

pub struct FRACTION_ONE { /* fields omitted */ }

Methods from Deref<Target = Fraction>

pub fn get_numerator(&self) -> i64[src]

Returns a reference to the numerator of the fraction

pub fn get_denominator(&self) -> i64[src]

Returns a reference to the denominator of the fraction

pub fn is_whole(&self) -> bool[src]

Checks if the given fraction is a whole number, returns true if it is, false otherwise

Trait Implementations

impl Deref for FRACTION_ONE

type Target = Fraction

The resulting type after dereferencing.

impl LazyStatic for FRACTION_ONE

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]