#[repr(C)]pub struct smSaveYourselfMsg {
pub majorOpcode: CARD8,
pub minorOpcode: CARD8,
pub unused1: [CARD8; 2],
pub length: CARD32,
pub saveType: CARD8,
pub shutdown: CARD8,
pub interactStyle: CARD8,
pub fast: CARD8,
pub unused2: [CARD8; 4],
}Fields§
§majorOpcode: CARD8§minorOpcode: CARD8§unused1: [CARD8; 2]§length: CARD32§saveType: CARD8§shutdown: CARD8§interactStyle: CARD8§fast: CARD8§unused2: [CARD8; 4]Trait Implementations§
Source§impl Clone for smSaveYourselfMsg
impl Clone for smSaveYourselfMsg
Source§fn clone(&self) -> smSaveYourselfMsg
fn clone(&self) -> smSaveYourselfMsg
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 smSaveYourselfMsg
impl Debug for smSaveYourselfMsg
impl Copy for smSaveYourselfMsg
Auto Trait Implementations§
impl Freeze for smSaveYourselfMsg
impl RefUnwindSafe for smSaveYourselfMsg
impl Send for smSaveYourselfMsg
impl Sync for smSaveYourselfMsg
impl Unpin for smSaveYourselfMsg
impl UnwindSafe for smSaveYourselfMsg
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