Union libvnc_sys::rfb::rfbClientToServerMsg
source · #[repr(C)]
pub union rfbClientToServerMsg {
Show 16 fields
pub type_: u8,
pub spf: rfbSetPixelFormatMsg,
pub fcme: rfbFixColourMapEntriesMsg,
pub se: rfbSetEncodingsMsg,
pub fur: rfbFramebufferUpdateRequestMsg,
pub ke: rfbKeyEventMsg,
pub pe: rfbPointerEventMsg,
pub cct: rfbClientCutTextMsg,
pub ssc: rfbSetScaleMsg,
pub pssf: rfbPalmVNCSetScaleFactorMsg,
pub sim: rfbSetServerInputMsg,
pub ft: rfbFileTransferMsg,
pub sw: rfbSetSWMsg,
pub tc: rfbTextChatMsg,
pub xvp: rfbXvpMsg,
pub sdm: rfbSetDesktopSizeMsg,
}Fields§
§type_: u8§spf: rfbSetPixelFormatMsg§fcme: rfbFixColourMapEntriesMsg§se: rfbSetEncodingsMsg§fur: rfbFramebufferUpdateRequestMsg§ke: rfbKeyEventMsg§pe: rfbPointerEventMsg§cct: rfbClientCutTextMsg§ssc: rfbSetScaleMsg§pssf: rfbPalmVNCSetScaleFactorMsg§sim: rfbSetServerInputMsg§ft: rfbFileTransferMsg§sw: rfbSetSWMsg§tc: rfbTextChatMsg§xvp: rfbXvpMsg§sdm: rfbSetDesktopSizeMsgTrait Implementations§
source§impl Clone for rfbClientToServerMsg
impl Clone for rfbClientToServerMsg
source§fn clone(&self) -> rfbClientToServerMsg
fn clone(&self) -> rfbClientToServerMsg
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 moreimpl Copy for rfbClientToServerMsg
Auto Trait Implementations§
impl Freeze for rfbClientToServerMsg
impl RefUnwindSafe for rfbClientToServerMsg
impl Send for rfbClientToServerMsg
impl Sync for rfbClientToServerMsg
impl Unpin for rfbClientToServerMsg
impl UnwindSafe for rfbClientToServerMsg
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