pub struct VncServerConfig {
pub addr: SocketAddr,
pub version: ProtoVersion,
pub sec_types: SecurityTypes,
pub name: String,
}Expand description
Immutable state
Fields§
§addr: SocketAddr§version: ProtoVersion§sec_types: SecurityTypes§name: StringAuto Trait Implementations§
impl Freeze for VncServerConfig
impl RefUnwindSafe for VncServerConfig
impl Send for VncServerConfig
impl Sync for VncServerConfig
impl Unpin for VncServerConfig
impl UnsafeUnpin for VncServerConfig
impl UnwindSafe for VncServerConfig
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