Struct libvnc_sys::rfb::rfbExtDesktopScreen
source · #[repr(C)]pub struct rfbExtDesktopScreen {
pub id: u32,
pub x: u16,
pub y: u16,
pub width: u16,
pub height: u16,
pub flags: u32,
}Fields§
§id: u32§x: u16§y: u16§width: u16§height: u16§flags: u32Trait Implementations§
source§impl Clone for rfbExtDesktopScreen
impl Clone for rfbExtDesktopScreen
source§fn clone(&self) -> rfbExtDesktopScreen
fn clone(&self) -> rfbExtDesktopScreen
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 rfbExtDesktopScreen
impl Debug for rfbExtDesktopScreen
impl Copy for rfbExtDesktopScreen
Auto Trait Implementations§
impl Freeze for rfbExtDesktopScreen
impl RefUnwindSafe for rfbExtDesktopScreen
impl Send for rfbExtDesktopScreen
impl Sync for rfbExtDesktopScreen
impl Unpin for rfbExtDesktopScreen
impl UnwindSafe for rfbExtDesktopScreen
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