pub struct Stack { /* private fields */ }
Implementations§
Source§impl Stack
impl Stack
pub fn new() -> Self
pub fn push<D>(&mut self, data: D, alignment: usize)
pub fn iter_entry(&self) -> DataEntryIterator<'_> ⓘ
pub fn memory_pages_needed(&self) -> usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stack
impl RefUnwindSafe for Stack
impl Send for Stack
impl Sync for Stack
impl Unpin for Stack
impl UnwindSafe for Stack
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