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