Struct windows_sys::Win32::Devices::Tapi::HDRVCALL__
[−]#[repr(C)]pub struct HDRVCALL__ {
pub unused: i32,
}
Expand description
Required features: ‘Win32_Devices_Tapi’
Fields
unused: i32
Trait Implementations
impl Clone for HDRVCALL__
impl Clone for HDRVCALL__
impl Copy for HDRVCALL__
Auto Trait Implementations
impl RefUnwindSafe for HDRVCALL__
impl Send for HDRVCALL__
impl Sync for HDRVCALL__
impl Unpin for HDRVCALL__
impl UnwindSafe for HDRVCALL__
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more