pub struct GetTimingReport;
Trait Implementations§
Source§impl Clone for GetTimingReport
impl Clone for GetTimingReport
Source§fn clone(&self) -> GetTimingReport
fn clone(&self) -> GetTimingReport
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 Command for GetTimingReport
impl Command for GetTimingReport
Source§impl Debug for GetTimingReport
impl Debug for GetTimingReport
impl Copy for GetTimingReport
Auto Trait Implementations§
impl Freeze for GetTimingReport
impl RefUnwindSafe for GetTimingReport
impl Send for GetTimingReport
impl Sync for GetTimingReport
impl Unpin for GetTimingReport
impl UnwindSafe for GetTimingReport
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