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