Struct 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
§fn clone(&self) -> LINETERMCAPS
fn clone(&self) -> LINETERMCAPS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for LINETERMCAPS
Auto Trait Implementations§
impl Freeze for LINETERMCAPS
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