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