Struct simics_api_sys::winsome_update_t
source · #[repr(C)]pub struct winsome_update_t {
pub type_: winsome_update_type_t,
pub u: winsome_update_t__bindgen_ty_1,
}
Expand description
Main structure for sending console updates to the Winsome GUI. This is converted to a Python tuple with data corresponding to the different parts of the union. Data buffers such as screen and attribute data are converted to Python strings.
Fields§
§type_: winsome_update_type_t
Indicates which part of the union is used.
u: winsome_update_t__bindgen_ty_1
Trait Implementations§
source§impl Clone for winsome_update_t
impl Clone for winsome_update_t
source§fn clone(&self) -> winsome_update_t
fn clone(&self) -> winsome_update_t
Returns a copy 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 Default for winsome_update_t
impl Default for winsome_update_t
impl Copy for winsome_update_t
Auto Trait Implementations§
impl Freeze for winsome_update_t
impl RefUnwindSafe for winsome_update_t
impl !Send for winsome_update_t
impl !Sync for winsome_update_t
impl Unpin for winsome_update_t
impl UnwindSafe for winsome_update_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)