#[repr(C)]pub struct tagSERIALKEYSA {
pub cbSize: UINT,
pub dwFlags: DWORD,
pub lpszActivePort: LPSTR,
pub lpszPort: LPSTR,
pub iBaudRate: UINT,
pub iPortState: UINT,
pub iActive: UINT,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
§lpszActivePort: LPSTR
§lpszPort: LPSTR
§iBaudRate: UINT
§iPortState: UINT
§iActive: UINT
Trait Implementations§
Source§impl Clone for tagSERIALKEYSA
impl Clone for tagSERIALKEYSA
Source§fn clone(&self) -> tagSERIALKEYSA
fn clone(&self) -> tagSERIALKEYSA
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 moreSource§impl Debug for tagSERIALKEYSA
impl Debug for tagSERIALKEYSA
Source§impl Ord for tagSERIALKEYSA
impl Ord for tagSERIALKEYSA
Source§fn cmp(&self, other: &tagSERIALKEYSA) -> Ordering
fn cmp(&self, other: &tagSERIALKEYSA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSERIALKEYSA
impl PartialEq for tagSERIALKEYSA
Source§impl PartialOrd for tagSERIALKEYSA
impl PartialOrd for tagSERIALKEYSA
impl Copy for tagSERIALKEYSA
impl Eq for tagSERIALKEYSA
impl StructuralPartialEq for tagSERIALKEYSA
Auto Trait Implementations§
impl Freeze for tagSERIALKEYSA
impl RefUnwindSafe for tagSERIALKEYSA
impl !Send for tagSERIALKEYSA
impl !Sync for tagSERIALKEYSA
impl Unpin for tagSERIALKEYSA
impl UnwindSafe for tagSERIALKEYSA
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