Struct windows_sys::Win32::System::Ioctl::SCM_PD_PASSTHROUGH_INPUT
[−]#[repr(C)]pub struct SCM_PD_PASSTHROUGH_INPUT {
pub Version: u32,
pub Size: u32,
pub ProtocolGuid: GUID,
pub DataSize: u32,
pub Data: [u8; 1],
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Version: u32
Size: u32
ProtocolGuid: GUID
DataSize: u32
Data: [u8; 1]
Trait Implementations
impl Clone for SCM_PD_PASSTHROUGH_INPUT
impl Clone for SCM_PD_PASSTHROUGH_INPUT
impl Copy for SCM_PD_PASSTHROUGH_INPUT
Auto Trait Implementations
impl RefUnwindSafe for SCM_PD_PASSTHROUGH_INPUT
impl Send for SCM_PD_PASSTHROUGH_INPUT
impl Sync for SCM_PD_PASSTHROUGH_INPUT
impl Unpin for SCM_PD_PASSTHROUGH_INPUT
impl UnwindSafe for SCM_PD_PASSTHROUGH_INPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more