pub struct SdpLine {
pub line_number: usize,
pub sdp_type: SdpType,
pub text: String,
}
Fields§
§line_number: usize
§sdp_type: SdpType
§text: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SdpLine
impl RefUnwindSafe for SdpLine
impl Send for SdpLine
impl Sync for SdpLine
impl Unpin for SdpLine
impl UnwindSafe for SdpLine
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