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