Struct windows_sys::Win32::Devices::Tapi::LINEPROXYREQUEST
#[repr(C, packed(1))]pub struct LINEPROXYREQUEST {
pub dwSize: u32,
pub dwClientMachineNameSize: u32,
pub dwClientMachineNameOffset: u32,
pub dwClientUserNameSize: u32,
pub dwClientUserNameOffset: u32,
pub dwClientAppAPIVersion: u32,
pub dwRequestType: u32,
pub Anonymous: LINEPROXYREQUEST_0,
}Expand description
Required features: "Win32_System_Com"
Fields§
§dwSize: u32§dwClientMachineNameSize: u32§dwClientMachineNameOffset: u32§dwClientUserNameSize: u32§dwClientUserNameOffset: u32§dwClientAppAPIVersion: u32§dwRequestType: u32§Anonymous: LINEPROXYREQUEST_0Trait Implementations§
§impl Clone for LINEPROXYREQUEST
impl Clone for LINEPROXYREQUEST
impl Copy for LINEPROXYREQUEST
Auto Trait Implementations§
impl RefUnwindSafe for LINEPROXYREQUEST
impl Send for LINEPROXYREQUEST
impl Sync for LINEPROXYREQUEST
impl Unpin for LINEPROXYREQUEST
impl UnwindSafe for LINEPROXYREQUEST
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