#[repr(C)]pub struct ArrayMapState {
pub inp_extra: ArrayMetaState,
pub ret_extra: ArrayMetaState,
}
Fields§
§inp_extra: ArrayMetaState
§ret_extra: ArrayMetaState
Trait Implementations§
Source§impl Clone for ArrayMapState
impl Clone for ArrayMapState
Source§fn clone(&self) -> ArrayMapState
fn clone(&self) -> ArrayMapState
Returns a copy 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 ArrayMapState
impl Debug for ArrayMapState
Source§impl Default for ArrayMapState
impl Default for ArrayMapState
impl Copy for ArrayMapState
Auto Trait Implementations§
impl Freeze for ArrayMapState
impl RefUnwindSafe for ArrayMapState
impl !Send for ArrayMapState
impl !Sync for ArrayMapState
impl Unpin for ArrayMapState
impl UnwindSafe for ArrayMapState
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