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