#[repr(i32)]pub enum t38_data_types_e {
Show 16 variants
T38_DATA_NONE = -1,
T38_DATA_V21 = 0,
T38_DATA_V27TER_2400 = 1,
T38_DATA_V27TER_4800 = 2,
T38_DATA_V29_7200 = 3,
T38_DATA_V29_9600 = 4,
T38_DATA_V17_7200 = 5,
T38_DATA_V17_9600 = 6,
T38_DATA_V17_12000 = 7,
T38_DATA_V17_14400 = 8,
T38_DATA_V8 = 9,
T38_DATA_V34_PRI_RATE = 10,
T38_DATA_V34_CC_1200 = 11,
T38_DATA_V34_PRI_CH = 12,
T38_DATA_V33_12000 = 13,
T38_DATA_V33_14400 = 14,
}Expand description
T.38 data types
Variants§
T38_DATA_NONE = -1
T38_DATA_V21 = 0
T38_DATA_V27TER_2400 = 1
T38_DATA_V27TER_4800 = 2
T38_DATA_V29_7200 = 3
T38_DATA_V29_9600 = 4
T38_DATA_V17_7200 = 5
T38_DATA_V17_9600 = 6
T38_DATA_V17_12000 = 7
T38_DATA_V17_14400 = 8
T38_DATA_V8 = 9
T38_DATA_V34_PRI_RATE = 10
T38_DATA_V34_CC_1200 = 11
T38_DATA_V34_PRI_CH = 12
T38_DATA_V33_12000 = 13
T38_DATA_V33_14400 = 14
Trait Implementations§
Source§impl Clone for t38_data_types_e
impl Clone for t38_data_types_e
Source§fn clone(&self) -> t38_data_types_e
fn clone(&self) -> t38_data_types_e
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_data_types_e
impl Debug for t38_data_types_e
Source§impl Hash for t38_data_types_e
impl Hash for t38_data_types_e
Source§impl PartialEq for t38_data_types_e
impl PartialEq for t38_data_types_e
impl Copy for t38_data_types_e
impl Eq for t38_data_types_e
impl StructuralPartialEq for t38_data_types_e
Auto Trait Implementations§
impl Freeze for t38_data_types_e
impl RefUnwindSafe for t38_data_types_e
impl Send for t38_data_types_e
impl Sync for t38_data_types_e
impl Unpin for t38_data_types_e
impl UnwindSafe for t38_data_types_e
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