Struct esp_idf_sys::mbedtls_platform_context
source · [−]#[repr(C)]pub struct mbedtls_platform_context {
pub dummy: c_char,
}
Expand description
\brief The platform context structure.
\note This structure may be used to assist platform-specific setup or teardown operations.
Fields
dummy: c_char
< A placeholder member, as empty structs are not portable.
Trait Implementations
sourceimpl Clone for mbedtls_platform_context
impl Clone for mbedtls_platform_context
sourcefn clone(&self) -> mbedtls_platform_context
fn clone(&self) -> mbedtls_platform_context
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for mbedtls_platform_context
impl Debug for mbedtls_platform_context
sourceimpl Default for mbedtls_platform_context
impl Default for mbedtls_platform_context
sourcefn default() -> mbedtls_platform_context
fn default() -> mbedtls_platform_context
Returns the “default value” for a type. Read more
impl Copy for mbedtls_platform_context
Auto Trait Implementations
impl RefUnwindSafe for mbedtls_platform_context
impl Send for mbedtls_platform_context
impl Sync for mbedtls_platform_context
impl Unpin for mbedtls_platform_context
impl UnwindSafe for mbedtls_platform_context
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more