pub struct SdpAttributeFmtp {
pub payload_type: u8,
pub parameters: SdpAttributeFmtpParameters,
}Fields§
§payload_type: u8§parameters: SdpAttributeFmtpParametersTrait Implementations§
Source§impl Clone for SdpAttributeFmtp
impl Clone for SdpAttributeFmtp
Source§fn clone(&self) -> SdpAttributeFmtp
fn clone(&self) -> SdpAttributeFmtp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SdpAttributeFmtp
impl Debug for SdpAttributeFmtp
Auto Trait Implementations§
impl Freeze for SdpAttributeFmtp
impl RefUnwindSafe for SdpAttributeFmtp
impl Send for SdpAttributeFmtp
impl Sync for SdpAttributeFmtp
impl Unpin for SdpAttributeFmtp
impl UnwindSafe for SdpAttributeFmtp
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