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