Struct windows::Wdk::NetworkManagement::Ndis::CO_PVC
#[repr(C)]pub struct CO_PVC {
pub NdisAfHandle: *mut c_void,
pub PvcParameters: CO_SPECIFIC_PARAMETERS,
}
Fields§
§NdisAfHandle: *mut c_void
§PvcParameters: CO_SPECIFIC_PARAMETERS
Trait Implementations§
impl Copy for CO_PVC
impl Eq for CO_PVC
impl StructuralPartialEq for CO_PVC
Auto Trait Implementations§
impl Freeze for CO_PVC
impl RefUnwindSafe for CO_PVC
impl !Send for CO_PVC
impl !Sync for CO_PVC
impl Unpin for CO_PVC
impl UnwindSafe for CO_PVC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)