[][src]Struct skia_bindings::std_chrono_time_point

#[repr(C)]
pub struct std_chrono_time_point<_Dur> {
    pub __d: std_chrono_time_point_duration<_Dur>,
    pub _phantom_0: PhantomData<UnsafeCell<_Dur>>,
}

Fields

__d: std_chrono_time_point_duration<_Dur>_phantom_0: PhantomData<UnsafeCell<_Dur>>

Trait Implementations

impl<_Dur: Clone> Clone for std_chrono_time_point<_Dur>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<_Dur: Copy> Copy for std_chrono_time_point<_Dur>[src]

impl<_Dur: Debug> Debug for std_chrono_time_point<_Dur>[src]

Auto Trait Implementations

impl<_Dur> !Sync for std_chrono_time_point<_Dur>

impl<_Dur> Send for std_chrono_time_point<_Dur> where
    _Dur: Send

impl<_Dur> Unpin for std_chrono_time_point<_Dur> where
    _Dur: Unpin

impl<_Dur> !RefUnwindSafe for std_chrono_time_point<_Dur>

impl<_Dur> UnwindSafe for std_chrono_time_point<_Dur> where
    _Dur: UnwindSafe

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]