#[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,
}
Fields§
§Type: TDI_TL_IO_CONTROL_TYPE
§Level: u32
§Anonymous: TDI_TL_IO_CONTROL_ENDPOINT_0
§InputBuffer: *mut c_void
§InputBufferLength: u32
§OutputBuffer: *mut c_void
§OutputBufferLength: u32
Trait 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§
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