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