pub struct VncConfig {
pub host: String,
pub port: u16,
pub password: Option<String>,
pub color_depth: u8,
}Fields§
§host: String§port: u16§password: Option<String>§color_depth: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for VncConfig
impl RefUnwindSafe for VncConfig
impl Send for VncConfig
impl Sync for VncConfig
impl Unpin for VncConfig
impl UnsafeUnpin for VncConfig
impl UnwindSafe for VncConfig
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