#[repr(transparent)]pub struct RtcpFeedbackMessageType {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Trait Implementations§
Source§impl Clone for RtcpFeedbackMessageType
impl Clone for RtcpFeedbackMessageType
impl Copy for RtcpFeedbackMessageType
Source§impl Debug for RtcpFeedbackMessageType
impl Debug for RtcpFeedbackMessageType
impl Eq for RtcpFeedbackMessageType
Source§impl ExternType for RtcpFeedbackMessageType
impl ExternType for RtcpFeedbackMessageType
Source§impl PartialEq for RtcpFeedbackMessageType
impl PartialEq for RtcpFeedbackMessageType
Source§fn eq(&self, other: &RtcpFeedbackMessageType) -> bool
fn eq(&self, other: &RtcpFeedbackMessageType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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