Struct msfs::sys::FAILURE_RECORD
source · #[repr(C, packed(4))]pub struct FAILURE_RECORD {
pub key: FAILURE_KEY,
pub action: FAILURE_ACTION,
pub reserved: PVOID,
}
Fields§
§key: FAILURE_KEY
§action: FAILURE_ACTION
§reserved: PVOID
Trait Implementations§
source§impl Clone for FAILURE_RECORD
impl Clone for FAILURE_RECORD
source§fn clone(&self) -> FAILURE_RECORD
fn clone(&self) -> FAILURE_RECORD
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 Debug for FAILURE_RECORD
impl Debug for FAILURE_RECORD
impl Copy for FAILURE_RECORD
Auto Trait Implementations§
impl RefUnwindSafe for FAILURE_RECORD
impl !Send for FAILURE_RECORD
impl !Sync for FAILURE_RECORD
impl Unpin for FAILURE_RECORD
impl UnwindSafe for FAILURE_RECORD
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