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