Union windows_sys::Win32::NetworkManagement::QoS::ERROR_SPEC_0
[−]#[repr(C)]
pub union ERROR_SPEC_0 {
pub errs_ipv4: Error_Spec_IPv4,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
, "Win32_Networking_WinSock"
Fields
errs_ipv4: Error_Spec_IPv4
Trait Implementations
impl Clone for ERROR_SPEC_0
impl Clone for ERROR_SPEC_0
impl Copy for ERROR_SPEC_0
Auto Trait Implementations
impl RefUnwindSafe for ERROR_SPEC_0
impl Send for ERROR_SPEC_0
impl Sync for ERROR_SPEC_0
impl Unpin for ERROR_SPEC_0
impl UnwindSafe for ERROR_SPEC_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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