#[repr(u32)]pub enum t38_message_types_e {
T38_TYPE_OF_MSG_T30_INDICATOR = 0,
T38_TYPE_OF_MSG_T30_DATA = 1,
}Expand description
T.38 message types
Variants§
Trait Implementations§
Source§impl Clone for t38_message_types_e
impl Clone for t38_message_types_e
Source§fn clone(&self) -> t38_message_types_e
fn clone(&self) -> t38_message_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_message_types_e
impl Debug for t38_message_types_e
Source§impl Hash for t38_message_types_e
impl Hash for t38_message_types_e
Source§impl PartialEq for t38_message_types_e
impl PartialEq for t38_message_types_e
impl Copy for t38_message_types_e
impl Eq for t38_message_types_e
impl StructuralPartialEq for t38_message_types_e
Auto Trait Implementations§
impl Freeze for t38_message_types_e
impl RefUnwindSafe for t38_message_types_e
impl Send for t38_message_types_e
impl Sync for t38_message_types_e
impl Unpin for t38_message_types_e
impl UnwindSafe for t38_message_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