pub struct TMediaServiceProcessFunctions;Implementations§
Source§impl TMediaServiceProcessFunctions
impl TMediaServiceProcessFunctions
pub fn process_send_msg<H: MediaServiceSyncHandler>( handler: &H, incoming_sequence_number: i32, i_prot: &mut dyn TInputProtocol, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for TMediaServiceProcessFunctions
impl RefUnwindSafe for TMediaServiceProcessFunctions
impl Send for TMediaServiceProcessFunctions
impl Sync for TMediaServiceProcessFunctions
impl Unpin for TMediaServiceProcessFunctions
impl UnwindSafe for TMediaServiceProcessFunctions
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