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