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