Struct windows_sys::Win32::System::RemoteDesktop::WTS_DISPLAY_IOCTL
#[repr(C)]pub struct WTS_DISPLAY_IOCTL {
pub pDisplayIOCtlData: [u8; 256],
pub cbDisplayIOCtlData: u32,
}
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§
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