Struct apriltag_sys::timeprofile
source · #[repr(C)]pub struct timeprofile {
pub utime: i64,
pub stamps: *mut zarray_t,
}Fields§
§utime: i64§stamps: *mut zarray_tTrait Implementations§
source§impl Clone for timeprofile
impl Clone for timeprofile
source§fn clone(&self) -> timeprofile
fn clone(&self) -> timeprofile
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 Debug for timeprofile
impl Debug for timeprofile
impl Copy for timeprofile
Auto Trait Implementations§
impl Freeze for timeprofile
impl RefUnwindSafe for timeprofile
impl !Send for timeprofile
impl !Sync for timeprofile
impl Unpin for timeprofile
impl UnwindSafe for timeprofile
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