#[repr(C)]pub struct SERVER_TRANSPORT_INFO_2 {
pub svti2_numberofvcs: u32,
pub svti2_transportname: PWSTR,
pub svti2_transportaddress: *mut u8,
pub svti2_transportaddresslength: u32,
pub svti2_networkaddress: PWSTR,
pub svti2_domain: PWSTR,
pub svti2_flags: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
svti2_numberofvcs: u32
svti2_transportname: PWSTR
svti2_transportaddress: *mut u8
svti2_transportaddresslength: u32
svti2_networkaddress: PWSTR
svti2_domain: PWSTR
svti2_flags: u32
Trait Implementations
impl Clone for SERVER_TRANSPORT_INFO_2
impl Clone for SERVER_TRANSPORT_INFO_2
impl Copy for SERVER_TRANSPORT_INFO_2
Auto Trait Implementations
impl RefUnwindSafe for SERVER_TRANSPORT_INFO_2
impl !Send for SERVER_TRANSPORT_INFO_2
impl !Sync for SERVER_TRANSPORT_INFO_2
impl Unpin for SERVER_TRANSPORT_INFO_2
impl UnwindSafe for SERVER_TRANSPORT_INFO_2
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