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