pub struct ArrayTy {
pub ty: &'static Type,
pub size: usize,
}Fields§
§ty: &'static Type§size: usizeTrait Implementations§
impl Copy for ArrayTy
impl Eq for ArrayTy
impl StructuralPartialEq for ArrayTy
Auto Trait Implementations§
impl Freeze for ArrayTy
impl RefUnwindSafe for ArrayTy
impl Send for ArrayTy
impl Sync for ArrayTy
impl Unpin for ArrayTy
impl UnwindSafe for ArrayTy
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