Struct tomcrypt_sys::div_t [] [src]

#[repr(C)]
pub struct div_t { pub quot: c_int, pub rem: c_int, }

Fields

Trait Implementations

impl Debug for div_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for div_t
[src]

impl Clone for div_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more