#[repr(C)]pub struct RFX_GFX_MSG_DESKTOP_RESEND_REQUEST {
pub channelHdr: RFX_GFX_MSG_HEADER,
pub RedrawRect: RFX_GFX_RECT,
}
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§
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