pub struct DesktopConnectResponse {
pub width: u16,
pub height: u16,
}Expand description
Response after a successful desktop connection.
Fields§
§width: u16§height: u16Trait Implementations§
Source§impl Debug for DesktopConnectResponse
impl Debug for DesktopConnectResponse
Auto Trait Implementations§
impl Freeze for DesktopConnectResponse
impl RefUnwindSafe for DesktopConnectResponse
impl Send for DesktopConnectResponse
impl Sync for DesktopConnectResponse
impl Unpin for DesktopConnectResponse
impl UnsafeUnpin for DesktopConnectResponse
impl UnwindSafe for DesktopConnectResponse
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