#[repr(C)]pub struct smSaveYourselfDoneMsg {
pub majorOpcode: CARD8,
pub minorOpcode: CARD8,
pub success: CARD8,
pub unused: CARD8,
pub length: CARD32,
}Fields§
§majorOpcode: CARD8§minorOpcode: CARD8§success: CARD8§unused: CARD8§length: CARD32Trait Implementations§
Source§impl Clone for smSaveYourselfDoneMsg
impl Clone for smSaveYourselfDoneMsg
Source§fn clone(&self) -> smSaveYourselfDoneMsg
fn clone(&self) -> smSaveYourselfDoneMsg
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 smSaveYourselfDoneMsg
impl Debug for smSaveYourselfDoneMsg
impl Copy for smSaveYourselfDoneMsg
Auto Trait Implementations§
impl Freeze for smSaveYourselfDoneMsg
impl RefUnwindSafe for smSaveYourselfDoneMsg
impl Send for smSaveYourselfDoneMsg
impl Sync for smSaveYourselfDoneMsg
impl Unpin for smSaveYourselfDoneMsg
impl UnwindSafe for smSaveYourselfDoneMsg
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