#[repr(C)]pub struct DesktopWindow {
pub nWidth: INT32,
pub nHeight: INT32,
pub bmpFormat: BitmapFormat,
pub nBytesPerLine: INT32,
pub nSessionID: INT32,
pub nProtocol: DesktopProtocol,
pub frameBuffer: *mut VOID,
pub nFrameBufferSize: INT32,
}Fields§
§nWidth: INT32§nHeight: INT32§bmpFormat: BitmapFormat§nBytesPerLine: INT32§nSessionID: INT32§nProtocol: DesktopProtocol§frameBuffer: *mut VOID§nFrameBufferSize: INT32Trait Implementations§
Source§impl Clone for DesktopWindow
impl Clone for DesktopWindow
Source§fn clone(&self) -> DesktopWindow
fn clone(&self) -> DesktopWindow
Returns a duplicate 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 DesktopWindow
impl Debug for DesktopWindow
Source§impl Default for DesktopWindow
impl Default for DesktopWindow
impl Copy for DesktopWindow
Auto Trait Implementations§
impl Freeze for DesktopWindow
impl RefUnwindSafe for DesktopWindow
impl !Send for DesktopWindow
impl !Sync for DesktopWindow
impl Unpin for DesktopWindow
impl UnwindSafe for DesktopWindow
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