Struct esp_idf_sys::psk_key_hint
source · #[repr(C)]pub struct psk_key_hint {
pub key: *const u8,
pub key_size: usize,
pub hint: *const c_char,
}
Expand description
@brief ESP-TLS preshared key and hint structure
Fields§
§key: *const u8
< key in PSK authentication mode in binary format
key_size: usize
< length of the key
hint: *const c_char
< hint in PSK authentication mode in string format
Trait Implementations§
source§impl Clone for psk_key_hint
impl Clone for psk_key_hint
source§fn clone(&self) -> psk_key_hint
fn clone(&self) -> psk_key_hint
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for psk_key_hint
impl Debug for psk_key_hint
source§impl Default for psk_key_hint
impl Default for psk_key_hint
impl Copy for psk_key_hint
Auto Trait Implementations§
impl Freeze for psk_key_hint
impl RefUnwindSafe for psk_key_hint
impl !Send for psk_key_hint
impl !Sync for psk_key_hint
impl Unpin for psk_key_hint
impl UnwindSafe for psk_key_hint
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)