pub struct OptiForkStateIdentity {
pub trunk_kv_bytes: usize,
pub recurrent_bytes: usize,
pub scratch_kv_bytes: usize,
pub hidden_bytes: usize,
}Fields§
§trunk_kv_bytes: usize§recurrent_bytes: usize§scratch_kv_bytes: usizeTrait Implementations§
Source§impl Clone for OptiForkStateIdentity
impl Clone for OptiForkStateIdentity
Source§fn clone(&self) -> OptiForkStateIdentity
fn clone(&self) -> OptiForkStateIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OptiForkStateIdentity
Source§impl Debug for OptiForkStateIdentity
impl Debug for OptiForkStateIdentity
Source§impl Default for OptiForkStateIdentity
impl Default for OptiForkStateIdentity
Source§fn default() -> OptiForkStateIdentity
fn default() -> OptiForkStateIdentity
Returns the “default value” for a type. Read more
impl Eq for OptiForkStateIdentity
Source§impl PartialEq for OptiForkStateIdentity
impl PartialEq for OptiForkStateIdentity
impl StructuralPartialEq for OptiForkStateIdentity
Auto Trait Implementations§
impl Freeze for OptiForkStateIdentity
impl RefUnwindSafe for OptiForkStateIdentity
impl Send for OptiForkStateIdentity
impl Sync for OptiForkStateIdentity
impl Unpin for OptiForkStateIdentity
impl UnsafeUnpin for OptiForkStateIdentity
impl UnwindSafe for OptiForkStateIdentity
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