Struct windows::Win32::Networking::WinSock::LM_IRPARMS
#[repr(C)]pub struct LM_IRPARMS {
pub nTXDataBytes: u32,
pub nRXDataBytes: u32,
pub nBaudRate: u32,
pub thresholdTime: u32,
pub discTime: u32,
pub nMSLinkTurn: u16,
pub nTXPackets: u8,
pub nRXPackets: u8,
}
Fields§
§nTXDataBytes: u32
§nRXDataBytes: u32
§nBaudRate: u32
§thresholdTime: u32
§discTime: u32
§nMSLinkTurn: u16
§nTXPackets: u8
§nRXPackets: u8
Trait Implementations§
§impl Clone for LM_IRPARMS
impl Clone for LM_IRPARMS
§fn clone(&self) -> LM_IRPARMS
fn clone(&self) -> LM_IRPARMS
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 more§impl Debug for LM_IRPARMS
impl Debug for LM_IRPARMS
§impl PartialEq for LM_IRPARMS
impl PartialEq for LM_IRPARMS
§fn eq(&self, other: &LM_IRPARMS) -> bool
fn eq(&self, other: &LM_IRPARMS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LM_IRPARMS
impl Eq for LM_IRPARMS
impl StructuralPartialEq for LM_IRPARMS
Auto Trait Implementations§
impl Freeze for LM_IRPARMS
impl RefUnwindSafe for LM_IRPARMS
impl Send for LM_IRPARMS
impl Sync for LM_IRPARMS
impl Unpin for LM_IRPARMS
impl UnwindSafe for LM_IRPARMS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)