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