Struct windows_sys::Win32::Devices::Tapi::LINETERMCAPS
#[repr(C, packed(1))]pub struct LINETERMCAPS {
pub dwTermDev: u32,
pub dwTermModes: u32,
pub dwTermSharing: u32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more