pub struct CSeq<'a> {
pub seq: u32,
pub method: &'a [u8],
}
Fields§
§seq: u32
§method: &'a [u8]
Implementations§
Trait Implementations§
Source§impl<'a> Serializable for CSeq<'a>
impl<'a> Serializable for CSeq<'a>
fn estimated_size(&self) -> usize
Auto Trait Implementations§
impl<'a> Freeze for CSeq<'a>
impl<'a> RefUnwindSafe for CSeq<'a>
impl<'a> Send for CSeq<'a>
impl<'a> Sync for CSeq<'a>
impl<'a> Unpin for CSeq<'a>
impl<'a> UnwindSafe for CSeq<'a>
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