struct StreamDesc {
state: Arc<Mutex<StreamState>>,
direction: StreamDirection,
}Fields§
§state: Arc<Mutex<StreamState>>§direction: StreamDirectionAuto Trait Implementations§
impl Freeze for StreamDesc
impl RefUnwindSafe for StreamDesc
impl Send for StreamDesc
impl Sync for StreamDesc
impl Unpin for StreamDesc
impl UnwindSafe for StreamDesc
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