Struct tinydtls_sys::session_t
source · [−]#[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_1ifindex: c_intAuto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more