pub struct JumpBuffer { /* private fields */ }Expand description
The Jump Buffer to save the CPU state.
Trait Implementations§
Source§impl Clone for JumpBuffer
impl Clone for JumpBuffer
Source§fn clone(&self) -> JumpBuffer
fn clone(&self) -> JumpBuffer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JumpBuffer
impl Debug for JumpBuffer
Source§impl Default for JumpBuffer
impl Default for JumpBuffer
Source§fn default() -> JumpBuffer
fn default() -> JumpBuffer
Returns the “default value” for a type. Read more
impl Copy for JumpBuffer
Auto Trait Implementations§
impl Freeze for JumpBuffer
impl RefUnwindSafe for JumpBuffer
impl Send for JumpBuffer
impl Sync for JumpBuffer
impl Unpin for JumpBuffer
impl UnwindSafe for JumpBuffer
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