#[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 · 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 VncClientInfoList
impl Debug for VncClientInfoList
impl Copy for VncClientInfoList
Auto Trait Implementations§
impl Freeze for VncClientInfoList
impl RefUnwindSafe for VncClientInfoList
impl !Send for VncClientInfoList
impl !Sync for VncClientInfoList
impl Unpin 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