pub struct VMFlags {
pub zero: bool,
pub overflow: bool,
pub error: bool,
pub halted: bool,
}
Fields§
§zero: bool
§overflow: bool
§error: bool
§halted: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VMFlags
impl RefUnwindSafe for VMFlags
impl Send for VMFlags
impl Sync for VMFlags
impl Unpin for VMFlags
impl UnwindSafe for VMFlags
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