Struct windows_sys::Win32::Devices::Tapi::HPROVIDER__
[−]#[repr(C)]pub struct HPROVIDER__ {
pub unused: i32,
}
Expand description
Required features: "Win32_Devices_Tapi"
Fields
unused: i32
Trait Implementations
impl Clone for HPROVIDER__
impl Clone for HPROVIDER__
impl Copy for HPROVIDER__
Auto Trait Implementations
impl RefUnwindSafe for HPROVIDER__
impl Send for HPROVIDER__
impl Sync for HPROVIDER__
impl Unpin for HPROVIDER__
impl UnwindSafe for HPROVIDER__
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