pub struct ScreenCastStream { /* private fields */ }
Expand description
A single active stream
Each item being captured in the ScreenCast
appears as a stream. This holds
metadata about how to access the stream from the PipeWire session.
Implementations§
Trait Implementations§
Source§impl Debug for ScreenCastStream
impl Debug for ScreenCastStream
Auto Trait Implementations§
impl Freeze for ScreenCastStream
impl RefUnwindSafe for ScreenCastStream
impl Send for ScreenCastStream
impl Sync for ScreenCastStream
impl Unpin for ScreenCastStream
impl UnwindSafe for ScreenCastStream
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