pub struct VncScannerOptions {
pub host: String,
pub port: u16,
pub timeout_ms: u64,
pub check_vnc_auth: bool,
}Fields§
§host: String§port: u16§timeout_ms: u64§check_vnc_auth: boolImplementations§
Trait Implementations§
Source§impl Clone for VncScannerOptions
impl Clone for VncScannerOptions
Source§fn clone(&self) -> VncScannerOptions
fn clone(&self) -> VncScannerOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VncScannerOptions
impl Debug for VncScannerOptions
Source§impl Default for VncScannerOptions
impl Default for VncScannerOptions
Source§fn default() -> VncScannerOptions
fn default() -> VncScannerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VncScannerOptions
impl RefUnwindSafe for VncScannerOptions
impl Send for VncScannerOptions
impl Sync for VncScannerOptions
impl Unpin for VncScannerOptions
impl UnsafeUnpin for VncScannerOptions
impl UnwindSafe for VncScannerOptions
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