pub struct Array<Component>(pub Component);Expand description
An array of another type. Renders as Component[]
Tuple Fields§
§0: ComponentTrait Implementations§
Auto Trait Implementations§
impl<Component> Freeze for Array<Component>where
Component: Freeze,
impl<Component> RefUnwindSafe for Array<Component>where
Component: RefUnwindSafe,
impl<Component> Send for Array<Component>where
Component: Send,
impl<Component> Sync for Array<Component>where
Component: Sync,
impl<Component> Unpin for Array<Component>where
Component: Unpin,
impl<Component> UnwindSafe for Array<Component>where
Component: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)