#[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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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