Struct libvnc_sys::rfb::_rfbFileTransferMsg
source · #[repr(C)]pub struct _rfbFileTransferMsg {
pub type_: u8,
pub contentType: u8,
pub contentParam: u8,
pub pad: u8,
pub size: u32,
pub length: u32,
}Fields§
§type_: u8§contentType: u8§contentParam: u8§pad: u8§size: u32§length: u32Trait Implementations§
source§impl Clone for _rfbFileTransferMsg
impl Clone for _rfbFileTransferMsg
source§fn clone(&self) -> _rfbFileTransferMsg
fn clone(&self) -> _rfbFileTransferMsg
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 _rfbFileTransferMsg
impl Debug for _rfbFileTransferMsg
impl Copy for _rfbFileTransferMsg
Auto Trait Implementations§
impl Freeze for _rfbFileTransferMsg
impl RefUnwindSafe for _rfbFileTransferMsg
impl Send for _rfbFileTransferMsg
impl Sync for _rfbFileTransferMsg
impl Unpin for _rfbFileTransferMsg
impl UnwindSafe for _rfbFileTransferMsg
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