#[repr(C)]pub struct VncServerInfo2 {
pub host: *mut i8,
pub service: *mut i8,
pub family: u32,
pub websocket: bool,
pub auth: u32,
pub has_vencrypt: bool,
pub vencrypt: u32,
}Fields§
§host: *mut i8§service: *mut i8§family: u32§websocket: bool§auth: u32§has_vencrypt: bool§vencrypt: u32Trait Implementations§
Source§impl Clone for VncServerInfo2
impl Clone for VncServerInfo2
Source§fn clone(&self) -> VncServerInfo2
fn clone(&self) -> VncServerInfo2
Returns a duplicate of the value. Read more
1.0.0 · 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 VncServerInfo2
impl Debug for VncServerInfo2
impl Copy for VncServerInfo2
Auto Trait Implementations§
impl Freeze for VncServerInfo2
impl RefUnwindSafe for VncServerInfo2
impl !Send for VncServerInfo2
impl !Sync for VncServerInfo2
impl Unpin for VncServerInfo2
impl UnwindSafe for VncServerInfo2
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