[][src]Struct card10_l0dable::Seconds

pub struct Seconds(pub u32);

Trait Implementations

impl Time for Seconds[src]

fn set_time(&self)[src]

TODO

impl From<MilliSeconds> for Seconds[src]

impl From<Seconds> for MilliSeconds[src]

impl Sub<Seconds> for Seconds[src]

type Output = Seconds

The resulting type after applying the - operator.

impl Debug for Seconds[src]

impl Copy for Seconds[src]

impl Clone for Seconds[src]

Auto Trait Implementations

impl Unpin for Seconds

impl Send for Seconds

impl Sync for Seconds

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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]