pub struct SdpAttributeImageAttr {
pub pt: SdpAttributePayloadType,
pub send: SdpAttributeImageAttrSetList,
pub recv: SdpAttributeImageAttrSetList,
}
Fields§
§pt: SdpAttributePayloadType
§send: SdpAttributeImageAttrSetList
§recv: SdpAttributeImageAttrSetList
Trait Implementations§
Source§impl Clone for SdpAttributeImageAttr
impl Clone for SdpAttributeImageAttr
Source§fn clone(&self) -> SdpAttributeImageAttr
fn clone(&self) -> SdpAttributeImageAttr
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 SdpAttributeImageAttr
impl Debug for SdpAttributeImageAttr
Auto Trait Implementations§
impl Freeze for SdpAttributeImageAttr
impl RefUnwindSafe for SdpAttributeImageAttr
impl Send for SdpAttributeImageAttr
impl Sync for SdpAttributeImageAttr
impl Unpin for SdpAttributeImageAttr
impl UnwindSafe for SdpAttributeImageAttr
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