#[repr(C)]pub struct ArrayBuildStateAny {
pub scalarstate: *mut ArrayBuildState,
pub arraystate: *mut ArrayBuildStateArr,
}Fields§
§scalarstate: *mut ArrayBuildState§arraystate: *mut ArrayBuildStateArrTrait Implementations§
Source§impl Clone for ArrayBuildStateAny
impl Clone for ArrayBuildStateAny
Source§fn clone(&self) -> ArrayBuildStateAny
fn clone(&self) -> ArrayBuildStateAny
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 ArrayBuildStateAny
Source§impl Debug for ArrayBuildStateAny
impl Debug for ArrayBuildStateAny
Auto Trait Implementations§
impl !Send for ArrayBuildStateAny
impl !Sync for ArrayBuildStateAny
impl Freeze for ArrayBuildStateAny
impl RefUnwindSafe for ArrayBuildStateAny
impl Unpin for ArrayBuildStateAny
impl UnsafeUnpin for ArrayBuildStateAny
impl UnwindSafe for ArrayBuildStateAny
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