pub struct array<T, const LEN: usize>where
T: Std140ArrayElement,{ /* private fields */ }Expand description
Trait Implementations§
Source§impl<T, const LEN: usize> PartialEq for array<T, LEN>where
T: Std140ArrayElement + PartialEq,
impl<T, const LEN: usize> PartialEq for array<T, LEN>where
T: Std140ArrayElement + PartialEq,
impl<T, const LEN: usize> Copy for array<T, LEN>where
T: Std140ArrayElement + Copy,
impl<T, const LEN: usize> ReprStd140 for array<T, LEN>where
T: Std140ArrayElement,
Auto Trait Implementations§
impl<T, const LEN: usize> Freeze for array<T, LEN>where
T: Freeze,
impl<T, const LEN: usize> RefUnwindSafe for array<T, LEN>where
T: RefUnwindSafe,
impl<T, const LEN: usize> Send for array<T, LEN>where
T: Send,
impl<T, const LEN: usize> Sync for array<T, LEN>where
T: Sync,
impl<T, const LEN: usize> Unpin for array<T, LEN>where
T: Unpin,
impl<T, const LEN: usize> UnwindSafe for array<T, LEN>where
T: UnwindSafe,
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