Union libvnc_sys::rfb::rfbServerToClientMsg
source · #[repr(C)]
pub union rfbServerToClientMsg {
pub type_: u8,
pub fu: rfbFramebufferUpdateMsg,
pub scme: rfbSetColourMapEntriesMsg,
pub b: rfbBellMsg,
pub sct: rfbServerCutTextMsg,
pub rsfb: rfbResizeFrameBufferMsg,
pub prsfb: rfbPalmVNCReSizeFrameBufferMsg,
pub ft: rfbFileTransferMsg,
pub tc: rfbTextChatMsg,
pub xvp: rfbXvpMsg,
pub eds: rfbExtDesktopSizeMsg,
}Fields§
§type_: u8§fu: rfbFramebufferUpdateMsg§scme: rfbSetColourMapEntriesMsg§b: rfbBellMsg§sct: rfbServerCutTextMsg§rsfb: rfbResizeFrameBufferMsg§prsfb: rfbPalmVNCReSizeFrameBufferMsg§ft: rfbFileTransferMsg§tc: rfbTextChatMsg§xvp: rfbXvpMsg§eds: rfbExtDesktopSizeMsgTrait Implementations§
source§impl Clone for rfbServerToClientMsg
impl Clone for rfbServerToClientMsg
source§fn clone(&self) -> rfbServerToClientMsg
fn clone(&self) -> rfbServerToClientMsg
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 rfbServerToClientMsg
Auto Trait Implementations§
impl Freeze for rfbServerToClientMsg
impl RefUnwindSafe for rfbServerToClientMsg
impl Send for rfbServerToClientMsg
impl Sync for rfbServerToClientMsg
impl Unpin for rfbServerToClientMsg
impl UnwindSafe for rfbServerToClientMsg
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