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