#[repr(C)]pub struct tcp_request_query_information_ex_w2k {
pub ID: TDIObjectID,
pub Context: [u8; 16],
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
ID: TDIObjectID
Context: [u8; 16]
Trait Implementations
impl Copy for tcp_request_query_information_ex_w2k
Auto Trait Implementations
impl RefUnwindSafe for tcp_request_query_information_ex_w2k
impl Send for tcp_request_query_information_ex_w2k
impl Sync for tcp_request_query_information_ex_w2k
impl Unpin for tcp_request_query_information_ex_w2k
impl UnwindSafe for tcp_request_query_information_ex_w2k
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