pub struct StackMsr { /* private fields */ }
Expand description
emulation of a msr that mimics the behavior of stack.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for StackMsr
impl Send for StackMsr
impl Sync for StackMsr
impl Unpin for StackMsr
impl UnwindSafe for StackMsr
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more