#[repr(C)]pub struct smRegisterClientReplyMsg {
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 smRegisterClientReplyMsg
impl Clone for smRegisterClientReplyMsg
Source§fn clone(&self) -> smRegisterClientReplyMsg
fn clone(&self) -> smRegisterClientReplyMsg
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 smRegisterClientReplyMsg
impl Debug for smRegisterClientReplyMsg
impl Copy for smRegisterClientReplyMsg
Auto Trait Implementations§
impl Freeze for smRegisterClientReplyMsg
impl RefUnwindSafe for smRegisterClientReplyMsg
impl Send for smRegisterClientReplyMsg
impl Sync for smRegisterClientReplyMsg
impl Unpin for smRegisterClientReplyMsg
impl UnwindSafe for smRegisterClientReplyMsg
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