pub struct BootloaderPerformanceResponse {
pub reset_usec: u64,
pub init_usec: u64,
pub exec_usec: u64,
/* private fields */
}Fields§
§reset_usec: u64§init_usec: u64§exec_usec: u64Trait Implementations§
Source§impl Clone for BootloaderPerformanceResponse
impl Clone for BootloaderPerformanceResponse
Source§fn clone(&self) -> BootloaderPerformanceResponse
fn clone(&self) -> BootloaderPerformanceResponse
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 moreimpl Copy for BootloaderPerformanceResponse
Auto Trait Implementations§
impl Freeze for BootloaderPerformanceResponse
impl RefUnwindSafe for BootloaderPerformanceResponse
impl Send for BootloaderPerformanceResponse
impl Sync for BootloaderPerformanceResponse
impl Unpin for BootloaderPerformanceResponse
impl UnwindSafe for BootloaderPerformanceResponse
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