#[repr(C)]pub struct NT_TimestampedDouble { /* private fields */ }Expand description
Timestamped Double.
Trait Implementations§
Source§impl Clone for NT_TimestampedDouble
impl Clone for NT_TimestampedDouble
Source§fn clone(&self) -> NT_TimestampedDouble
fn clone(&self) -> NT_TimestampedDouble
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 NT_TimestampedDouble
impl Debug for NT_TimestampedDouble
Source§impl PartialEq for NT_TimestampedDouble
impl PartialEq for NT_TimestampedDouble
impl Copy for NT_TimestampedDouble
impl StructuralPartialEq for NT_TimestampedDouble
Auto Trait Implementations§
impl Freeze for NT_TimestampedDouble
impl RefUnwindSafe for NT_TimestampedDouble
impl Send for NT_TimestampedDouble
impl Sync for NT_TimestampedDouble
impl Unpin for NT_TimestampedDouble
impl UnwindSafe for NT_TimestampedDouble
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