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