Struct roblox::data_type::Array [−][src]
pub struct Array<T> {
pub __phantom: PhantomData<T>,
}Expand description
Array
Fields
__phantom: PhantomData<T>Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Array<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Array<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more