pub struct Rtcp {
pub port: u32,
pub net_type: NetType,
pub ip_ver: IpVer,
pub addr: IpAddr,
}Expand description
Rtcp
https://tools.ietf.org/html/rfc3605
a=rtcp:65179 IN IP4 10.23.34.567
Fields§
§port: u32§net_type: NetType§ip_ver: IpVer§addr: IpAddrTrait Implementations§
impl Eq for Rtcp
impl StructuralPartialEq for Rtcp
Auto Trait Implementations§
impl Freeze for Rtcp
impl RefUnwindSafe for Rtcp
impl Send for Rtcp
impl Sync for Rtcp
impl Unpin for Rtcp
impl UnwindSafe for Rtcp
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