Struct windows_sys::Win32::System::RemoteDesktop::WTS_DISPLAY_IOCTL
[−]#[repr(C)]pub struct WTS_DISPLAY_IOCTL {
pub pDisplayIOCtlData: [u8; 256],
pub cbDisplayIOCtlData: u32,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
pDisplayIOCtlData: [u8; 256]
cbDisplayIOCtlData: u32
Trait Implementations
impl Clone for WTS_DISPLAY_IOCTL
impl Clone for WTS_DISPLAY_IOCTL
impl Copy for WTS_DISPLAY_IOCTL
Auto Trait Implementations
impl RefUnwindSafe for WTS_DISPLAY_IOCTL
impl Send for WTS_DISPLAY_IOCTL
impl Sync for WTS_DISPLAY_IOCTL
impl Unpin for WTS_DISPLAY_IOCTL
impl UnwindSafe for WTS_DISPLAY_IOCTL
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