#[repr(C)]pub struct switch_slin_data {
pub session: *mut switch_core_session_t,
pub write_frame: switch_frame_t,
pub codec: switch_codec_t,
pub frame_data: [c_char; 8192],
}Fields§
§session: *mut switch_core_session_t§write_frame: switch_frame_t§codec: switch_codec_t§frame_data: [c_char; 8192]Trait Implementations§
Source§impl Clone for switch_slin_data
impl Clone for switch_slin_data
Source§fn clone(&self) -> switch_slin_data
fn clone(&self) -> switch_slin_data
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_slin_data
impl Debug for switch_slin_data
impl Copy for switch_slin_data
Auto Trait Implementations§
impl Freeze for switch_slin_data
impl RefUnwindSafe for switch_slin_data
impl !Send for switch_slin_data
impl !Sync for switch_slin_data
impl Unpin for switch_slin_data
impl UnwindSafe for switch_slin_data
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