#[repr(C)]pub struct q_obj_GuestPanicInformation_base {
pub type_: GuestPanicInformationType,
}Fields§
§type_: GuestPanicInformationTypeTrait Implementations§
Source§impl Clone for q_obj_GuestPanicInformation_base
impl Clone for q_obj_GuestPanicInformation_base
Source§fn clone(&self) -> q_obj_GuestPanicInformation_base
fn clone(&self) -> q_obj_GuestPanicInformation_base
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 moreimpl Copy for q_obj_GuestPanicInformation_base
Auto Trait Implementations§
impl Freeze for q_obj_GuestPanicInformation_base
impl RefUnwindSafe for q_obj_GuestPanicInformation_base
impl Send for q_obj_GuestPanicInformation_base
impl Sync for q_obj_GuestPanicInformation_base
impl Unpin for q_obj_GuestPanicInformation_base
impl UnwindSafe for q_obj_GuestPanicInformation_base
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