#[repr(C)]pub struct SERVER_TRANSPORT_INFO_1 {
pub svti1_numberofvcs: u32,
pub svti1_transportname: PWSTR,
pub svti1_transportaddress: *mut u8,
pub svti1_transportaddresslength: u32,
pub svti1_networkaddress: PWSTR,
pub svti1_domain: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
svti1_numberofvcs: u32
svti1_transportname: PWSTR
svti1_transportaddress: *mut u8
svti1_transportaddresslength: u32
svti1_networkaddress: PWSTR
svti1_domain: PWSTR
Trait Implementations
impl Clone for SERVER_TRANSPORT_INFO_1
impl Clone for SERVER_TRANSPORT_INFO_1
impl Copy for SERVER_TRANSPORT_INFO_1
Auto Trait Implementations
impl RefUnwindSafe for SERVER_TRANSPORT_INFO_1
impl !Send for SERVER_TRANSPORT_INFO_1
impl !Sync for SERVER_TRANSPORT_INFO_1
impl Unpin for SERVER_TRANSPORT_INFO_1
impl UnwindSafe for SERVER_TRANSPORT_INFO_1
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