Struct rust_hawktracer::_Lldiv_t[][src]

#[repr(C)]
pub struct _Lldiv_t { pub quot: intmax_t, pub rem: intmax_t, }

Fields

Trait Implementations

impl Debug for _Lldiv_t
[src]

Formats the value using the given formatter. Read more

impl Copy for _Lldiv_t
[src]

impl Clone for _Lldiv_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for _Lldiv_t

impl Sync for _Lldiv_t