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