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