#[repr(C)]pub struct TDI_TL_IO_CONTROL_ENDPOINT {
pub Type: TDI_TL_IO_CONTROL_TYPE,
pub Level: u32,
pub Anonymous: TDI_TL_IO_CONTROL_ENDPOINT_0,
pub InputBuffer: *mut c_void,
pub InputBufferLength: u32,
pub OutputBuffer: *mut c_void,
pub OutputBufferLength: u32,
}Expand description
Required features: ‘Win32_System_WindowsProgramming’
Fields
Type: TDI_TL_IO_CONTROL_TYPELevel: u32Anonymous: TDI_TL_IO_CONTROL_ENDPOINT_0InputBuffer: *mut c_voidInputBufferLength: u32OutputBuffer: *mut c_voidOutputBufferLength: u32Trait Implementations
impl Clone for TDI_TL_IO_CONTROL_ENDPOINT
impl Clone for TDI_TL_IO_CONTROL_ENDPOINT
impl Copy for TDI_TL_IO_CONTROL_ENDPOINT
Auto Trait Implementations
impl RefUnwindSafe for TDI_TL_IO_CONTROL_ENDPOINT
impl !Send for TDI_TL_IO_CONTROL_ENDPOINT
impl !Sync for TDI_TL_IO_CONTROL_ENDPOINT
impl Unpin for TDI_TL_IO_CONTROL_ENDPOINT
impl UnwindSafe for TDI_TL_IO_CONTROL_ENDPOINT
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