#[repr(u32)]pub enum eavesdrop_flag_enum {
NONE = 0,
MUX_READ = 1,
MUX_WRITE = 2,
DTMF = 4,
COPY_DISPLAY = 8,
BRIDGE_READ = 16,
BRIDGE_WRITE = 32,
}
Variants§
Trait Implementations§
Source§impl Clone for eavesdrop_flag_enum
impl Clone for eavesdrop_flag_enum
Source§fn clone(&self) -> eavesdrop_flag_enum
fn clone(&self) -> eavesdrop_flag_enum
Returns a copy 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 eavesdrop_flag_enum
impl Debug for eavesdrop_flag_enum
impl Copy for eavesdrop_flag_enum
Auto Trait Implementations§
impl Freeze for eavesdrop_flag_enum
impl RefUnwindSafe for eavesdrop_flag_enum
impl Send for eavesdrop_flag_enum
impl Sync for eavesdrop_flag_enum
impl Unpin for eavesdrop_flag_enum
impl UnwindSafe for eavesdrop_flag_enum
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