#[repr(C)]pub struct mcinfo_recovery {
pub common: xen_mcinfo_common_t,
pub mc_bank: u16,
pub action_flags: u8,
pub action_types: u8,
pub action_info: mcinfo_recovery__bindgen_ty_1,
}Fields§
§common: xen_mcinfo_common_t§mc_bank: u16§action_flags: u8§action_types: u8§action_info: mcinfo_recovery__bindgen_ty_1Trait Implementations§
Source§impl Clone for mcinfo_recovery
impl Clone for mcinfo_recovery
Source§fn clone(&self) -> mcinfo_recovery
fn clone(&self) -> mcinfo_recovery
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 Default for mcinfo_recovery
impl Default for mcinfo_recovery
impl Copy for mcinfo_recovery
Auto Trait Implementations§
impl Freeze for mcinfo_recovery
impl RefUnwindSafe for mcinfo_recovery
impl Send for mcinfo_recovery
impl Sync for mcinfo_recovery
impl Unpin for mcinfo_recovery
impl UnwindSafe for mcinfo_recovery
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