#[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 duplicate 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 Default for SESSION_BUFFER
impl Default for SESSION_BUFFER
Source§fn default() -> SESSION_BUFFER
fn default() -> SESSION_BUFFER
Returns the “default value” for a type. Read more
impl Copy 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