#[repr(C)]pub struct VncConnection {
pub parent: GObject,
pub priv_: *mut VncConnectionPrivate,
}Fields§
§parent: GObject§priv_: *mut VncConnectionPrivateTrait Implementations§
Source§impl Clone for VncConnection
impl Clone for VncConnection
Source§fn clone(&self) -> VncConnection
fn clone(&self) -> VncConnection
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 VncConnection
Auto Trait Implementations§
impl !Send for VncConnection
impl !Sync for VncConnection
impl Freeze for VncConnection
impl RefUnwindSafe for VncConnection
impl Unpin for VncConnection
impl UnsafeUnpin for VncConnection
impl UnwindSafe for VncConnection
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