struct ArrayFetchVector3f<'a> {
array: &'a [f32],
x_stride: u32,
y_stride: u32,
}Fields§
§array: &'a [f32]§x_stride: u32§y_stride: u32Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ArrayFetchVector3f<'a>
impl<'a> RefUnwindSafe for ArrayFetchVector3f<'a>
impl<'a> Send for ArrayFetchVector3f<'a>
impl<'a> Sync for ArrayFetchVector3f<'a>
impl<'a> Unpin for ArrayFetchVector3f<'a>
impl<'a> UnsafeUnpin for ArrayFetchVector3f<'a>
impl<'a> UnwindSafe for ArrayFetchVector3f<'a>
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