#[repr(transparent)]pub struct RtpTransceiverDirection {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Trait Implementations§
Source§impl Clone for RtpTransceiverDirection
impl Clone for RtpTransceiverDirection
Source§impl Debug for RtpTransceiverDirection
impl Debug for RtpTransceiverDirection
Source§impl ExternType for RtpTransceiverDirection
impl ExternType for RtpTransceiverDirection
Source§impl PartialEq for RtpTransceiverDirection
impl PartialEq for RtpTransceiverDirection
impl Copy for RtpTransceiverDirection
impl Eq for RtpTransceiverDirection
impl StructuralPartialEq for RtpTransceiverDirection
Auto Trait Implementations§
impl Freeze for RtpTransceiverDirection
impl RefUnwindSafe for RtpTransceiverDirection
impl Send for RtpTransceiverDirection
impl Sync for RtpTransceiverDirection
impl Unpin for RtpTransceiverDirection
impl UnwindSafe for RtpTransceiverDirection
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