Struct enet_sys::lldiv_t [] [src]

#[repr(C)]
pub struct lldiv_t { pub quot: c_longlong, pub rem: c_longlong, }

Fields

Trait Implementations

impl Debug for lldiv_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for lldiv_t
[src]

impl Clone for lldiv_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for lldiv_t

impl Sync for lldiv_t