Struct IncrementalLevelState
pub struct IncrementalLevelState { /* private fields */ }Implementations§
Trait Implementations§
§impl Clone for IncrementalLevelState
impl Clone for IncrementalLevelState
§fn clone(&self) -> IncrementalLevelState
fn clone(&self) -> IncrementalLevelState
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Auto Trait Implementations§
impl Freeze for IncrementalLevelState
impl RefUnwindSafe for IncrementalLevelState
impl Send for IncrementalLevelState
impl Sync for IncrementalLevelState
impl Unpin for IncrementalLevelState
impl UnwindSafe for IncrementalLevelState
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)