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