#[repr(C)]pub struct WKSTA_TRANSPORT_INFO_0 {
pub wkti0_quality_of_service: u32,
pub wkti0_number_of_vcs: u32,
pub wkti0_transport_name: PWSTR,
pub wkti0_transport_address: PWSTR,
pub wkti0_wan_ish: BOOL,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
, "Win32_Foundation"
Fields
wkti0_quality_of_service: u32
wkti0_number_of_vcs: u32
wkti0_transport_name: PWSTR
wkti0_transport_address: PWSTR
wkti0_wan_ish: BOOL
Trait Implementations
impl Clone for WKSTA_TRANSPORT_INFO_0
impl Clone for WKSTA_TRANSPORT_INFO_0
impl Copy for WKSTA_TRANSPORT_INFO_0
Auto Trait Implementations
impl RefUnwindSafe for WKSTA_TRANSPORT_INFO_0
impl !Send for WKSTA_TRANSPORT_INFO_0
impl !Sync for WKSTA_TRANSPORT_INFO_0
impl Unpin for WKSTA_TRANSPORT_INFO_0
impl UnwindSafe for WKSTA_TRANSPORT_INFO_0
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