#[repr(C)]pub enum PduEvtData {
Available = 2_049,
Lost = 2_050,
}
Expand description
Event callback
Variants§
Available = 2_049
There is event data available to read by the application
Lost = 2_050
The ComLogicalLink has lost event data due to a buffer overrun
Trait Implementations§
Source§impl Clone for PduEvtData
impl Clone for PduEvtData
Source§fn clone(&self) -> PduEvtData
fn clone(&self) -> PduEvtData
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 PduEvtData
impl Debug for PduEvtData
Source§impl Ord for PduEvtData
impl Ord for PduEvtData
Source§fn cmp(&self, other: &PduEvtData) -> Ordering
fn cmp(&self, other: &PduEvtData) -> 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 PduEvtData
impl PartialEq for PduEvtData
Source§impl PartialOrd for PduEvtData
impl PartialOrd for PduEvtData
impl Copy for PduEvtData
impl Eq for PduEvtData
impl StructuralPartialEq for PduEvtData
Auto Trait Implementations§
impl Freeze for PduEvtData
impl RefUnwindSafe for PduEvtData
impl Send for PduEvtData
impl Sync for PduEvtData
impl Unpin for PduEvtData
impl UnwindSafe for PduEvtData
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