#[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_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§
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