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