#[repr(C)]pub struct switch_t38_options_t {Show 15 fields
pub T38FaxVersion: u16,
pub T38MaxBitRate: u32,
pub T38FaxFillBitRemoval: switch_bool_t,
pub T38FaxTranscodingMMR: switch_bool_t,
pub T38FaxTranscodingJBIG: switch_bool_t,
pub T38FaxRateManagement: *const c_char,
pub T38FaxMaxBuffer: u32,
pub T38FaxMaxDatagram: u32,
pub T38FaxUdpEC: *const c_char,
pub T38VendorInfo: *const c_char,
pub remote_ip: *const c_char,
pub remote_port: u16,
pub local_ip: *const c_char,
pub local_port: u16,
pub sdp_o_line: *const c_char,
}Fields§
§T38FaxVersion: u16§T38MaxBitRate: u32§T38FaxFillBitRemoval: switch_bool_t§T38FaxTranscodingMMR: switch_bool_t§T38FaxTranscodingJBIG: switch_bool_t§T38FaxRateManagement: *const c_char§T38FaxMaxBuffer: u32§T38FaxMaxDatagram: u32§T38FaxUdpEC: *const c_char§T38VendorInfo: *const c_char§remote_ip: *const c_char§remote_port: u16§local_ip: *const c_char§local_port: u16§sdp_o_line: *const c_charTrait Implementations§
Source§impl Clone for switch_t38_options_t
impl Clone for switch_t38_options_t
Source§fn clone(&self) -> switch_t38_options_t
fn clone(&self) -> switch_t38_options_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 switch_t38_options_t
impl Debug for switch_t38_options_t
Source§impl Default for switch_t38_options_t
impl Default for switch_t38_options_t
impl Copy for switch_t38_options_t
Auto Trait Implementations§
impl Freeze for switch_t38_options_t
impl RefUnwindSafe for switch_t38_options_t
impl !Send for switch_t38_options_t
impl !Sync for switch_t38_options_t
impl Unpin for switch_t38_options_t
impl UnsafeUnpin for switch_t38_options_t
impl UnwindSafe for switch_t38_options_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