#[repr(C)]pub struct RFX_GFX_MSG_DESKTOP_RESEND_REQUEST {
pub channelHdr: RFX_GFX_MSG_HEADER,
pub RedrawRect: RFX_GFX_RECT,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
channelHdr: RFX_GFX_MSG_HEADER
RedrawRect: RFX_GFX_RECT
Trait Implementations
impl Clone for RFX_GFX_MSG_DESKTOP_RESEND_REQUEST
impl Clone for RFX_GFX_MSG_DESKTOP_RESEND_REQUEST
impl Copy for RFX_GFX_MSG_DESKTOP_RESEND_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for RFX_GFX_MSG_DESKTOP_RESEND_REQUEST
impl Send for RFX_GFX_MSG_DESKTOP_RESEND_REQUEST
impl Sync for RFX_GFX_MSG_DESKTOP_RESEND_REQUEST
impl Unpin for RFX_GFX_MSG_DESKTOP_RESEND_REQUEST
impl UnwindSafe for RFX_GFX_MSG_DESKTOP_RESEND_REQUEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more