pub struct AVTransportLastChangeMap {
pub map: BTreeMap<u32, AVTransportLastChange>,
}Fields§
§map: BTreeMap<u32, AVTransportLastChange>Trait Implementations§
Source§impl Clone for AVTransportLastChangeMap
impl Clone for AVTransportLastChangeMap
Source§fn clone(&self) -> AVTransportLastChangeMap
fn clone(&self) -> AVTransportLastChangeMap
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 AVTransportLastChangeMap
impl Debug for AVTransportLastChangeMap
Source§impl DecodeXml for AVTransportLastChangeMap
impl DecodeXml for AVTransportLastChangeMap
fn decode_xml(xml: &str) -> Result<Self>
Source§impl Default for AVTransportLastChangeMap
impl Default for AVTransportLastChangeMap
Source§fn default() -> AVTransportLastChangeMap
fn default() -> AVTransportLastChangeMap
Returns the “default value” for a type. Read more
Source§impl PartialEq for AVTransportLastChangeMap
impl PartialEq for AVTransportLastChangeMap
impl StructuralPartialEq for AVTransportLastChangeMap
Auto Trait Implementations§
impl Freeze for AVTransportLastChangeMap
impl RefUnwindSafe for AVTransportLastChangeMap
impl Send for AVTransportLastChangeMap
impl Sync for AVTransportLastChangeMap
impl Unpin for AVTransportLastChangeMap
impl UnwindSafe for AVTransportLastChangeMap
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