pub struct MdpModuleProfile {
pub slot_index: u8,
pub profile_number: u32,
pub module_ident: u32,
}Fields§
§slot_index: u8§profile_number: u32§module_ident: u32Trait Implementations§
Source§impl Clone for MdpModuleProfile
impl Clone for MdpModuleProfile
Source§fn clone(&self) -> MdpModuleProfile
fn clone(&self) -> MdpModuleProfile
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 moreSource§impl Debug for MdpModuleProfile
impl Debug for MdpModuleProfile
Auto Trait Implementations§
impl Freeze for MdpModuleProfile
impl RefUnwindSafe for MdpModuleProfile
impl Send for MdpModuleProfile
impl Sync for MdpModuleProfile
impl Unpin for MdpModuleProfile
impl UnsafeUnpin for MdpModuleProfile
impl UnwindSafe for MdpModuleProfile
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