#[repr(C)]pub struct _SESSION_HEADER {
pub sess_name: UCHAR,
pub num_sess: UCHAR,
pub rcv_dg_outstanding: UCHAR,
pub rcv_any_outstanding: UCHAR,
}
Fields§
§sess_name: UCHAR
§num_sess: UCHAR
§rcv_dg_outstanding: UCHAR
§rcv_any_outstanding: UCHAR
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
Source§impl PartialEq for _SESSION_HEADER
impl PartialEq for _SESSION_HEADER
Source§impl PartialOrd for _SESSION_HEADER
impl PartialOrd for _SESSION_HEADER
impl Copy for _SESSION_HEADER
impl Eq for _SESSION_HEADER
impl StructuralPartialEq for _SESSION_HEADER
Auto Trait Implementations§
impl Freeze for _SESSION_HEADER
impl RefUnwindSafe for _SESSION_HEADER
impl Send for _SESSION_HEADER
impl Sync for _SESSION_HEADER
impl Unpin for _SESSION_HEADER
impl UnwindSafe for _SESSION_HEADER
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