pub struct FlywheelStream(/* private fields */);Expand description
Opaque handle to a stream widget.
Auto Trait Implementations§
impl Freeze for FlywheelStream
impl RefUnwindSafe for FlywheelStream
impl Send for FlywheelStream
impl Sync for FlywheelStream
impl Unpin for FlywheelStream
impl UnwindSafe for FlywheelStream
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