Struct libvnc_sys::rfb::rfbServerCutTextMsg
source · #[repr(C)]pub struct rfbServerCutTextMsg {
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 rfbServerCutTextMsg
impl Clone for rfbServerCutTextMsg
source§fn clone(&self) -> rfbServerCutTextMsg
fn clone(&self) -> rfbServerCutTextMsg
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 rfbServerCutTextMsg
impl Debug for rfbServerCutTextMsg
impl Copy for rfbServerCutTextMsg
Auto Trait Implementations§
impl Freeze for rfbServerCutTextMsg
impl RefUnwindSafe for rfbServerCutTextMsg
impl Send for rfbServerCutTextMsg
impl Sync for rfbServerCutTextMsg
impl Unpin for rfbServerCutTextMsg
impl UnwindSafe for rfbServerCutTextMsg
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