Struct Session_IPv4
#[repr(C)]pub struct Session_IPv4 {
pub sess_destaddr: IN_ADDR,
pub sess_protid: u8,
pub sess_flags: u8,
pub sess_destport: u16,
}
Fields§
§sess_destaddr: IN_ADDR
§sess_protid: u8
§sess_flags: u8
§sess_destport: u16
Trait Implementations§
§impl Clone for Session_IPv4
impl Clone for Session_IPv4
§fn clone(&self) -> Session_IPv4
fn clone(&self) -> Session_IPv4
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 moreimpl Copy for Session_IPv4
Auto Trait Implementations§
impl Freeze for Session_IPv4
impl RefUnwindSafe for Session_IPv4
impl Send for Session_IPv4
impl Sync for Session_IPv4
impl Unpin for Session_IPv4
impl UnwindSafe for Session_IPv4
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