Struct AtomIndex
pub struct AtomIndex {
pub wavelet_idx: usize,
pub scale: usize,
pub position: usize,
}Fields§
§wavelet_idx: usize§scale: usize§position: usizeImplementations§
Trait Implementations§
impl Eq for AtomIndex
impl StructuralPartialEq for AtomIndex
Auto Trait Implementations§
impl Freeze for AtomIndex
impl RefUnwindSafe for AtomIndex
impl Send for AtomIndex
impl Sync for AtomIndex
impl Unpin for AtomIndex
impl UnwindSafe for AtomIndex
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)