#[repr(C)]pub struct RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST {
pub channelHdr: RFX_GFX_MSG_HEADER,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
channelHdr: RFX_GFX_MSG_HEADER
Trait Implementations
impl Copy for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST
impl Send for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST
impl Sync for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST
impl Unpin for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_REQUEST
impl UnwindSafe for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_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