Struct esp_idf_svc::nvs::EspNvsPartition
source · pub struct EspNvsPartition<T: NvsPartitionId>(/* private fields */);
Implementations§
Trait Implementations§
source§impl<T> Clone for EspNvsPartition<T>where
T: NvsPartitionId,
impl<T> Clone for EspNvsPartition<T>where
T: NvsPartitionId,
source§impl<T: Debug + NvsPartitionId> Debug for EspNvsPartition<T>
impl<T: Debug + NvsPartitionId> Debug for EspNvsPartition<T>
source§impl RawHandle for EspNvsPartition<NvsCustom>
impl RawHandle for EspNvsPartition<NvsCustom>
Auto Trait Implementations§
impl<T> Freeze for EspNvsPartition<T>
impl<T> RefUnwindSafe for EspNvsPartition<T>where
T: RefUnwindSafe,
impl<T> Send for EspNvsPartition<T>where
T: Sync + Send,
impl<T> Sync for EspNvsPartition<T>where
T: Sync + Send,
impl<T> Unpin for EspNvsPartition<T>
impl<T> UnwindSafe for EspNvsPartition<T>where
T: RefUnwindSafe,
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
)