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