pub struct Spice { /* private fields */ }
Expand description
Enable the spice remote desktop protocol.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spice
impl RefUnwindSafe for Spice
impl Send for Spice
impl Sync for Spice
impl Unpin for Spice
impl UnwindSafe for Spice
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