[][src]Struct skia_bindings::std_chrono_duration

#[repr(C)]
pub struct std_chrono_duration<_Rep> {
    pub __r: std_chrono_duration_rep<_Rep>,
    pub _phantom_0: PhantomData<UnsafeCell<_Rep>>,
}

Fields

__r: std_chrono_duration_rep<_Rep>_phantom_0: PhantomData<UnsafeCell<_Rep>>

Trait Implementations

impl<_Rep: Debug> Debug for std_chrono_duration<_Rep>[src]

Auto Trait Implementations

impl<_Rep> !Sync for std_chrono_duration<_Rep>

impl<_Rep> Send for std_chrono_duration<_Rep> where
    _Rep: Send

impl<_Rep> Unpin for std_chrono_duration<_Rep> where
    _Rep: Unpin

impl<_Rep> !RefUnwindSafe for std_chrono_duration<_Rep>

impl<_Rep> UnwindSafe for std_chrono_duration<_Rep> where
    _Rep: UnwindSafe

Blanket Implementations

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

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

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

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