pub type SESSION_HEADER = _SESSION_HEADER;
Aliased Type§
struct SESSION_HEADER {
pub sess_name: u8,
pub num_sess: u8,
pub rcv_dg_outstanding: u8,
pub rcv_any_outstanding: u8,
}
Fields§
§sess_name: u8
§num_sess: u8
§rcv_dg_outstanding: u8
§rcv_any_outstanding: u8
Trait Implementations
Source§impl Clone for _SESSION_HEADER
impl Clone for _SESSION_HEADER
Source§fn clone(&self) -> _SESSION_HEADER
fn clone(&self) -> _SESSION_HEADER
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 _SESSION_HEADER
impl Debug for _SESSION_HEADER
Source§impl Ord for _SESSION_HEADER
impl Ord for _SESSION_HEADER
Source§fn cmp(&self, other: &_SESSION_HEADER) -> Ordering
fn cmp(&self, other: &_SESSION_HEADER) -> 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