pub struct Datagrams {
pub track: Arc<Track>,
}
Fields§
§track: Arc<Track>
Implementations§
Source§impl Datagrams
impl Datagrams
pub fn produce(self) -> (DatagramsWriter, DatagramsReader)
Auto Trait Implementations§
impl Freeze for Datagrams
impl RefUnwindSafe for Datagrams
impl Send for Datagrams
impl Sync for Datagrams
impl Unpin for Datagrams
impl UnwindSafe for Datagrams
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