Struct windows_sys::Win32::Networking::WinSock::ATM_PVC_PARAMS
[−]#[repr(C, packed(4))]pub struct ATM_PVC_PARAMS {
pub PvcConnectionId: ATM_CONNECTION_ID,
pub PvcQos: QOS,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
PvcConnectionId: ATM_CONNECTION_ID
PvcQos: QOS
Trait Implementations
impl Clone for ATM_PVC_PARAMS
impl Clone for ATM_PVC_PARAMS
impl Copy for ATM_PVC_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for ATM_PVC_PARAMS
impl !Send for ATM_PVC_PARAMS
impl !Sync for ATM_PVC_PARAMS
impl Unpin for ATM_PVC_PARAMS
impl UnwindSafe for ATM_PVC_PARAMS
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