#[repr(transparent)]pub struct switch_media_bug_flag_enum_t(pub c_uint);Expand description
\enum switch_timer_flag_t \brief Timer related flags
SMBF_READ_STREAM - Include the Read Stream SMBF_WRITE_STREAM - Include the Write Stream SMBF_WRITE_REPLACE - Replace the Write Stream SMBF_READ_REPLACE - Replace the Read Stream SMBF_STEREO - Record in stereo SMBF_ANSWER_REQ - Don't record until the channel is answered SMBF_BRIDGE_REQ - Don't record until the channel is bridged SMBF_THREAD_LOCK - Only let the same thread who created the bug remove it. SMBF_PRUNE - SMBF_NO_PAUSE - SMBF_STEREO_SWAP - Record in stereo: Write Stream - left channel, Read Stream - right channel
Tuple Fields§
§0: c_uintImplementations§
Source§impl switch_media_bug_flag_enum_t
impl switch_media_bug_flag_enum_t
pub const SMBF_READ_PING: switch_media_bug_flag_enum_t
Trait Implementations§
Source§impl BitAndAssign for switch_media_bug_flag_enum_t
impl BitAndAssign for switch_media_bug_flag_enum_t
Source§fn bitand_assign(&mut self, rhs: switch_media_bug_flag_enum_t)
fn bitand_assign(&mut self, rhs: switch_media_bug_flag_enum_t)
Performs the
&= operation. Read moreSource§impl BitOr for switch_media_bug_flag_enum_t
impl BitOr for switch_media_bug_flag_enum_t
Source§impl BitOrAssign for switch_media_bug_flag_enum_t
impl BitOrAssign for switch_media_bug_flag_enum_t
Source§fn bitor_assign(&mut self, rhs: switch_media_bug_flag_enum_t)
fn bitor_assign(&mut self, rhs: switch_media_bug_flag_enum_t)
Performs the
|= operation. Read moreSource§impl Clone for switch_media_bug_flag_enum_t
impl Clone for switch_media_bug_flag_enum_t
Source§fn clone(&self) -> switch_media_bug_flag_enum_t
fn clone(&self) -> switch_media_bug_flag_enum_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_media_bug_flag_enum_t
impl Debug for switch_media_bug_flag_enum_t
Source§impl Hash for switch_media_bug_flag_enum_t
impl Hash for switch_media_bug_flag_enum_t
Source§impl PartialEq for switch_media_bug_flag_enum_t
impl PartialEq for switch_media_bug_flag_enum_t
Source§fn eq(&self, other: &switch_media_bug_flag_enum_t) -> bool
fn eq(&self, other: &switch_media_bug_flag_enum_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for switch_media_bug_flag_enum_t
impl Eq for switch_media_bug_flag_enum_t
impl StructuralPartialEq for switch_media_bug_flag_enum_t
Auto Trait Implementations§
impl Freeze for switch_media_bug_flag_enum_t
impl RefUnwindSafe for switch_media_bug_flag_enum_t
impl Send for switch_media_bug_flag_enum_t
impl Sync for switch_media_bug_flag_enum_t
impl Unpin for switch_media_bug_flag_enum_t
impl UnwindSafe for switch_media_bug_flag_enum_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