#[repr(C)]pub struct SmcCallbacks {
pub save_yourself: SmcCallbacks__bindgen_ty_1,
pub die: SmcCallbacks__bindgen_ty_2,
pub save_complete: SmcCallbacks__bindgen_ty_3,
pub shutdown_cancelled: SmcCallbacks__bindgen_ty_4,
}Fields§
§save_yourself: SmcCallbacks__bindgen_ty_1§die: SmcCallbacks__bindgen_ty_2§save_complete: SmcCallbacks__bindgen_ty_3§shutdown_cancelled: SmcCallbacks__bindgen_ty_4Trait Implementations§
Source§impl Clone for SmcCallbacks
impl Clone for SmcCallbacks
Source§fn clone(&self) -> SmcCallbacks
fn clone(&self) -> SmcCallbacks
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 SmcCallbacks
impl Debug for SmcCallbacks
impl Copy for SmcCallbacks
Auto Trait Implementations§
impl Freeze for SmcCallbacks
impl RefUnwindSafe for SmcCallbacks
impl !Send for SmcCallbacks
impl !Sync for SmcCallbacks
impl Unpin for SmcCallbacks
impl UnwindSafe for SmcCallbacks
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