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