#[repr(C)]pub struct _SESSION_BUFFER {
pub lsn: UCHAR,
pub state: UCHAR,
pub local_name: [UCHAR; 16],
pub remote_name: [UCHAR; 16],
pub rcvs_outstanding: UCHAR,
pub sends_outstanding: UCHAR,
}
Fields§
§lsn: UCHAR
§state: UCHAR
§local_name: [UCHAR; 16]
§remote_name: [UCHAR; 16]
§rcvs_outstanding: UCHAR
§sends_outstanding: UCHAR
Trait Implementations§
Source§impl Clone for _SESSION_BUFFER
impl Clone for _SESSION_BUFFER
Source§fn clone(&self) -> _SESSION_BUFFER
fn clone(&self) -> _SESSION_BUFFER
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_BUFFER
impl Debug for _SESSION_BUFFER
Source§impl Ord for _SESSION_BUFFER
impl Ord for _SESSION_BUFFER
Source§fn cmp(&self, other: &_SESSION_BUFFER) -> Ordering
fn cmp(&self, other: &_SESSION_BUFFER) -> 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_BUFFER
impl PartialEq for _SESSION_BUFFER
Source§impl PartialOrd for _SESSION_BUFFER
impl PartialOrd for _SESSION_BUFFER
impl Copy for _SESSION_BUFFER
impl Eq for _SESSION_BUFFER
impl StructuralPartialEq for _SESSION_BUFFER
Auto Trait Implementations§
impl Freeze for _SESSION_BUFFER
impl RefUnwindSafe for _SESSION_BUFFER
impl Send for _SESSION_BUFFER
impl Sync for _SESSION_BUFFER
impl Unpin for _SESSION_BUFFER
impl UnwindSafe for _SESSION_BUFFER
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