pub struct TimeCode { /* private fields */ }Trait Implementations§
source§impl PartialEq for TimeCode
impl PartialEq for TimeCode
impl Copy for TimeCode
impl Eq for TimeCode
impl StructuralEq for TimeCode
impl StructuralPartialEq for TimeCode
Auto Trait Implementations§
impl RefUnwindSafe for TimeCode
impl Send for TimeCode
impl Sync for TimeCode
impl Unpin for TimeCode
impl UnwindSafe for TimeCode
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