#[repr(C)]pub struct QmiMessageWdsConfigureProfileEventListInputRegisterElement {
pub profile_type: QmiWdsProfileType,
pub profile_index: u8,
}Fields§
§profile_type: QmiWdsProfileType§profile_index: u8Trait Implementations§
Source§impl Clone for QmiMessageWdsConfigureProfileEventListInputRegisterElement
impl Clone for QmiMessageWdsConfigureProfileEventListInputRegisterElement
Source§fn clone(&self) -> QmiMessageWdsConfigureProfileEventListInputRegisterElement
fn clone(&self) -> QmiMessageWdsConfigureProfileEventListInputRegisterElement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiMessageWdsConfigureProfileEventListInputRegisterElement
Auto Trait Implementations§
impl Freeze for QmiMessageWdsConfigureProfileEventListInputRegisterElement
impl RefUnwindSafe for QmiMessageWdsConfigureProfileEventListInputRegisterElement
impl Send for QmiMessageWdsConfigureProfileEventListInputRegisterElement
impl Sync for QmiMessageWdsConfigureProfileEventListInputRegisterElement
impl Unpin for QmiMessageWdsConfigureProfileEventListInputRegisterElement
impl UnsafeUnpin for QmiMessageWdsConfigureProfileEventListInputRegisterElement
impl UnwindSafe for QmiMessageWdsConfigureProfileEventListInputRegisterElement
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