Struct libvnc_sys::rfb::_rfbFileTransferData
source · #[repr(C)]pub struct _rfbFileTransferData {
pub fd: c_int,
pub compressionEnabled: c_int,
pub fileSize: c_int,
pub numPackets: c_int,
pub receiving: c_int,
pub sending: c_int,
}Fields§
§fd: c_int§compressionEnabled: c_int§fileSize: c_int§numPackets: c_int§receiving: c_int§sending: c_intTrait Implementations§
source§impl Clone for _rfbFileTransferData
impl Clone for _rfbFileTransferData
source§fn clone(&self) -> _rfbFileTransferData
fn clone(&self) -> _rfbFileTransferData
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 _rfbFileTransferData
impl Debug for _rfbFileTransferData
impl Copy for _rfbFileTransferData
Auto Trait Implementations§
impl Freeze for _rfbFileTransferData
impl RefUnwindSafe for _rfbFileTransferData
impl Send for _rfbFileTransferData
impl Sync for _rfbFileTransferData
impl Unpin for _rfbFileTransferData
impl UnwindSafe for _rfbFileTransferData
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