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