#[repr(C)]pub struct dtls_fp_s {
pub len: u32,
pub data: [u8; 65],
pub type_: *mut c_char,
pub str_: [c_char; 193],
}Fields§
§len: u32§data: [u8; 65]§type_: *mut c_char§str_: [c_char; 193]Trait Implementations§
impl Copy for dtls_fp_s
Auto Trait Implementations§
impl Freeze for dtls_fp_s
impl RefUnwindSafe for dtls_fp_s
impl !Send for dtls_fp_s
impl !Sync for dtls_fp_s
impl Unpin for dtls_fp_s
impl UnsafeUnpin for dtls_fp_s
impl UnwindSafe for dtls_fp_s
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