pub struct PerformanceDataReq { /* private fields */ }Implementations§
Source§impl PerformanceDataReq
impl PerformanceDataReq
pub fn new( module: u32, time: &PerformanceTime, params: &[PerformanceParam], ) -> Self
Trait Implementations§
Source§impl Clone for PerformanceDataReq
impl Clone for PerformanceDataReq
Source§fn clone(&self) -> PerformanceDataReq
fn clone(&self) -> PerformanceDataReq
Returns a duplicate 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 PerformanceDataReq
impl Debug for PerformanceDataReq
Auto Trait Implementations§
impl Freeze for PerformanceDataReq
impl RefUnwindSafe for PerformanceDataReq
impl Send for PerformanceDataReq
impl Sync for PerformanceDataReq
impl Unpin for PerformanceDataReq
impl UnwindSafe for PerformanceDataReq
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