#[repr(C)]pub struct VncServerInfo {
pub host: *mut i8,
pub service: *mut i8,
pub family: u32,
pub websocket: bool,
pub has_auth: bool,
pub auth: *mut i8,
}Fields§
§host: *mut i8§service: *mut i8§family: u32§websocket: bool§has_auth: bool§auth: *mut i8Trait Implementations§
Source§impl Clone for VncServerInfo
impl Clone for VncServerInfo
Source§fn clone(&self) -> VncServerInfo
fn clone(&self) -> VncServerInfo
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 moreimpl Copy for VncServerInfo
Auto Trait Implementations§
impl !Send for VncServerInfo
impl !Sync for VncServerInfo
impl Freeze for VncServerInfo
impl RefUnwindSafe for VncServerInfo
impl Unpin for VncServerInfo
impl UnsafeUnpin for VncServerInfo
impl UnwindSafe for VncServerInfo
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