#[repr(C)]
pub union AnyArrayType {
pub flt: ArrayType,
pub xpn: ExpandedArrayHeader,
}Fields§
§flt: ArrayType§xpn: ExpandedArrayHeaderTrait Implementations§
Source§impl Clone for AnyArrayType
impl Clone for AnyArrayType
Source§fn clone(&self) -> AnyArrayType
fn clone(&self) -> AnyArrayType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AnyArrayType
impl Default for AnyArrayType
impl Copy for AnyArrayType
Auto Trait Implementations§
impl Freeze for AnyArrayType
impl RefUnwindSafe for AnyArrayType
impl !Send for AnyArrayType
impl !Sync for AnyArrayType
impl Unpin for AnyArrayType
impl UnwindSafe for AnyArrayType
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