pub struct Spice { /* private fields */ }Expand description
Enable the spice remote desktop protocol.
Implementations§
Trait Implementations§
Source§impl Ord for Spice
impl Ord for Spice
Source§impl PartialOrd for Spice
impl PartialOrd for Spice
Source§impl ToCommand for Spice
impl ToCommand for Spice
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Spice
impl StructuralPartialEq for Spice
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