Struct libvnc_sys::rfb::rfbClientIterator
source · #[repr(C)]pub struct rfbClientIterator { /* private fields */ }Trait Implementations§
source§impl Clone for rfbClientIterator
impl Clone for rfbClientIterator
source§fn clone(&self) -> rfbClientIterator
fn clone(&self) -> rfbClientIterator
Returns a copy 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 rfbClientIterator
impl Debug for rfbClientIterator
impl Copy for rfbClientIterator
Auto Trait Implementations§
impl Freeze for rfbClientIterator
impl RefUnwindSafe for rfbClientIterator
impl Send for rfbClientIterator
impl Sync for rfbClientIterator
impl Unpin for rfbClientIterator
impl UnwindSafe for rfbClientIterator
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