#[repr(C)]pub struct term_mark_stack { /* private fields */ }
Trait Implementations§
Source§impl ExternType for term_mark_stack
impl ExternType for term_mark_stack
Auto Trait Implementations§
impl !Freeze for term_mark_stack
impl RefUnwindSafe for term_mark_stack
impl !Send for term_mark_stack
impl !Sync for term_mark_stack
impl !Unpin for term_mark_stack
impl UnwindSafe for term_mark_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