pub(crate) struct BCurves3<const DEPTH: usize> {
pub(crate) curve0: Box<[f32; 65536]>,
pub(crate) curve1: Box<[f32; 65536]>,
pub(crate) curve2: Box<[f32; 65536]>,
}Fields§
§curve0: Box<[f32; 65536]>§curve1: Box<[f32; 65536]>§curve2: Box<[f32; 65536]>Trait Implementations§
Auto Trait Implementations§
impl<const DEPTH: usize> Freeze for BCurves3<DEPTH>
impl<const DEPTH: usize> RefUnwindSafe for BCurves3<DEPTH>
impl<const DEPTH: usize> Send for BCurves3<DEPTH>
impl<const DEPTH: usize> Sync for BCurves3<DEPTH>
impl<const DEPTH: usize> Unpin for BCurves3<DEPTH>
impl<const DEPTH: usize> UnsafeUnpin for BCurves3<DEPTH>
impl<const DEPTH: usize> UnwindSafe for BCurves3<DEPTH>
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