#[repr(C)]pub struct t38_stats_t {
pub bit_rate: c_int,
pub error_correcting_mode: bool,
pub pages_transferred: c_int,
}Expand description
T.38 gateway results.
Fields§
§bit_rate: c_int\brief The current bit rate for image transfer.
error_correcting_mode: bool\brief True if error correcting mode is used.
pages_transferred: c_int\brief The number of pages transferred so far.
Trait Implementations§
Source§impl Clone for t38_stats_t
impl Clone for t38_stats_t
Source§fn clone(&self) -> t38_stats_t
fn clone(&self) -> t38_stats_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for t38_stats_t
impl Debug for t38_stats_t
Source§impl Default for t38_stats_t
impl Default for t38_stats_t
Source§fn default() -> t38_stats_t
fn default() -> t38_stats_t
Returns the “default value” for a type. Read more
impl Copy for t38_stats_t
Auto Trait Implementations§
impl Freeze for t38_stats_t
impl RefUnwindSafe for t38_stats_t
impl Send for t38_stats_t
impl Sync for t38_stats_t
impl Unpin for t38_stats_t
impl UnwindSafe for t38_stats_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more