#[repr(C)]pub struct session_t {
pub size: socklen_t,
pub addr: session_t__bindgen_ty_1,
pub ifindex: c_int,
}Fields§
§size: socklen_t< size of addr
addr: session_t__bindgen_ty_1§ifindex: c_intAuto Trait Implementations§
impl Freeze for session_t
impl RefUnwindSafe for session_t
impl Send for session_t
impl Sync for session_t
impl Unpin for session_t
impl UnwindSafe for session_t
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