pub struct Server<F, I> { /* private fields */ }
Expand description
A VNC server handling a single connection.
Implementations§
Auto Trait Implementations§
impl<F, I> !Freeze for Server<F, I>
impl<F, I> !RefUnwindSafe for Server<F, I>
impl<F, I> Send for Server<F, I>
impl<F, I> Sync for Server<F, I>
impl<F, I> Unpin for Server<F, I>
impl<F, I> !UnwindSafe for Server<F, I>
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