#[repr(C)]pub struct CountBoxState {
pub attempts: u32,
pub inner: StateNodeIndex,
}Fields§
§attempts: u32§inner: StateNodeIndexTrait Implementations§
Source§impl Clone for CountBoxState
impl Clone for CountBoxState
Source§fn clone(&self) -> CountBoxState
fn clone(&self) -> CountBoxState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CountBoxState
impl Debug for CountBoxState
impl Copy for CountBoxState
Auto Trait Implementations§
impl Freeze for CountBoxState
impl RefUnwindSafe for CountBoxState
impl Send for CountBoxState
impl Sync for CountBoxState
impl Unpin for CountBoxState
impl UnsafeUnpin for CountBoxState
impl UnwindSafe for CountBoxState
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