[][src]Trait atom::GetNextMut

pub trait GetNextMut {
    type NextPtr;
    fn get_next(&mut self) -> &mut Self::NextPtr;
}

This is a utility Trait that fetches the next ptr from an object.

Associated Types

type NextPtr

Loading content...

Required methods

fn get_next(&mut self) -> &mut Self::NextPtr

Loading content...

Implementors

Loading content...