Struct libvnc_sys::rfb::_rfbStatList
source · #[repr(C)]pub struct _rfbStatList {
pub type_: u32,
pub sentCount: u32,
pub bytesSent: u32,
pub bytesSentIfRaw: u32,
pub rcvdCount: u32,
pub bytesRcvd: u32,
pub bytesRcvdIfRaw: u32,
pub Next: *mut _rfbStatList,
}Fields§
§type_: u32§sentCount: u32§bytesSent: u32§bytesSentIfRaw: u32§rcvdCount: u32§bytesRcvd: u32§bytesRcvdIfRaw: u32§Next: *mut _rfbStatListTrait Implementations§
source§impl Clone for _rfbStatList
impl Clone for _rfbStatList
source§fn clone(&self) -> _rfbStatList
fn clone(&self) -> _rfbStatList
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 _rfbStatList
impl Debug for _rfbStatList
impl Copy for _rfbStatList
Auto Trait Implementations§
impl Freeze for _rfbStatList
impl RefUnwindSafe for _rfbStatList
impl !Send for _rfbStatList
impl !Sync for _rfbStatList
impl Unpin for _rfbStatList
impl UnwindSafe for _rfbStatList
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