Struct windows_sys::Win32::NetworkManagement::QoS::TC_IFC_DESCRIPTOR
[−]#[repr(C)]pub struct TC_IFC_DESCRIPTOR {
pub Length: u32,
pub pInterfaceName: PWSTR,
pub pInterfaceID: PWSTR,
pub AddressListDesc: ADDRESS_LIST_DESCRIPTOR,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
, "Win32_NetworkManagement_Ndis"
Fields
Length: u32
pInterfaceName: PWSTR
pInterfaceID: PWSTR
AddressListDesc: ADDRESS_LIST_DESCRIPTOR
Trait Implementations
impl Clone for TC_IFC_DESCRIPTOR
impl Clone for TC_IFC_DESCRIPTOR
impl Copy for TC_IFC_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for TC_IFC_DESCRIPTOR
impl !Send for TC_IFC_DESCRIPTOR
impl !Sync for TC_IFC_DESCRIPTOR
impl Unpin for TC_IFC_DESCRIPTOR
impl UnwindSafe for TC_IFC_DESCRIPTOR
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