Struct windows_sys::Win32::System::RemoteDesktop::CHANNEL_ENTRY_POINTS
[−]#[repr(C)]pub struct CHANNEL_ENTRY_POINTS {
pub cbSize: u32,
pub protocolVersion: u32,
pub pVirtualChannelInit: PVIRTUALCHANNELINIT,
pub pVirtualChannelOpen: PVIRTUALCHANNELOPEN,
pub pVirtualChannelClose: PVIRTUALCHANNELCLOSE,
pub pVirtualChannelWrite: PVIRTUALCHANNELWRITE,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
, "Win32_Foundation"
Fields
cbSize: u32
protocolVersion: u32
pVirtualChannelInit: PVIRTUALCHANNELINIT
pVirtualChannelOpen: PVIRTUALCHANNELOPEN
pVirtualChannelClose: PVIRTUALCHANNELCLOSE
pVirtualChannelWrite: PVIRTUALCHANNELWRITE
Trait Implementations
impl Clone for CHANNEL_ENTRY_POINTS
impl Clone for CHANNEL_ENTRY_POINTS
impl Copy for CHANNEL_ENTRY_POINTS
Auto Trait Implementations
impl RefUnwindSafe for CHANNEL_ENTRY_POINTS
impl Send for CHANNEL_ENTRY_POINTS
impl Sync for CHANNEL_ENTRY_POINTS
impl Unpin for CHANNEL_ENTRY_POINTS
impl UnwindSafe for CHANNEL_ENTRY_POINTS
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