pub struct RdpScannerOptions {
pub host: String,
pub port: u16,
pub timeout_ms: u64,
}Fields§
§host: String§port: u16§timeout_ms: u64Implementations§
Trait Implementations§
Source§impl Clone for RdpScannerOptions
impl Clone for RdpScannerOptions
Source§fn clone(&self) -> RdpScannerOptions
fn clone(&self) -> RdpScannerOptions
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 RdpScannerOptions
impl Debug for RdpScannerOptions
Source§impl Default for RdpScannerOptions
impl Default for RdpScannerOptions
Source§fn default() -> RdpScannerOptions
fn default() -> RdpScannerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RdpScannerOptions
impl RefUnwindSafe for RdpScannerOptions
impl Send for RdpScannerOptions
impl Sync for RdpScannerOptions
impl Unpin for RdpScannerOptions
impl UnsafeUnpin for RdpScannerOptions
impl UnwindSafe for RdpScannerOptions
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