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