#[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: UINTTrait Implementations§
Source§impl Clone for tagSERIALKEYSA
impl Clone for tagSERIALKEYSA
Source§fn clone(&self) -> tagSERIALKEYSA
fn clone(&self) -> tagSERIALKEYSA
Returns a duplicate 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
impl Copy 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