pub struct AdaptResult {
pub delta_norm: f32,
pub mode: &'static str,
pub latency_us: u64,
}Fields§
§delta_norm: f32§mode: &'static str§latency_us: u64Trait Implementations§
Source§impl Clone for AdaptResult
impl Clone for AdaptResult
Source§fn clone(&self) -> AdaptResult
fn clone(&self) -> AdaptResult
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 moreAuto Trait Implementations§
impl Freeze for AdaptResult
impl RefUnwindSafe for AdaptResult
impl Send for AdaptResult
impl Sync for AdaptResult
impl Unpin for AdaptResult
impl UnsafeUnpin for AdaptResult
impl UnwindSafe for AdaptResult
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