Struct taos_query::common::raw::raw_data_t
source · [−]Expand description
C-struct for raw data, just a data view from native library.
It can be copy/cloned, but should not use it outbound away a offset lifetime.
Fields
raw: *const c_voidraw_len: u32raw_type: u16Trait Implementations
sourceimpl Clone for raw_data_t
impl Clone for raw_data_t
sourcefn clone(&self) -> raw_data_t
fn clone(&self) -> raw_data_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for raw_data_t
impl Debug for raw_data_t
sourceimpl From<raw_data_t> for RawData
impl From<raw_data_t> for RawData
sourcefn from(raw: raw_data_t) -> Self
fn from(raw: raw_data_t) -> Self
Converts to this type from the input type.
impl Copy for raw_data_t
Auto Trait Implementations
impl RefUnwindSafe for raw_data_t
impl !Send for raw_data_t
impl !Sync for raw_data_t
impl Unpin for raw_data_t
impl UnwindSafe for raw_data_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more