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