#[repr(C, packed(1))]pub struct RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE {
pub channelHdr: RFX_GFX_MSG_HEADER,
pub reserved: u32,
pub monitorCount: u32,
pub MonitorData: [RFX_GFX_MONITOR_INFO; 16],
pub clientUniqueId: [u16; 32],
}
Expand description
Required features: "Win32_System_RemoteDesktop"
, "Win32_Foundation"
Fields
channelHdr: RFX_GFX_MSG_HEADER
reserved: u32
monitorCount: u32
MonitorData: [RFX_GFX_MONITOR_INFO; 16]
clientUniqueId: [u16; 32]
Trait Implementations
impl Copy for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE
impl Send for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE
impl Sync for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE
impl Unpin for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE
impl UnwindSafe for RFX_GFX_MSG_CLIENT_DESKTOP_INFO_RESPONSE
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