Struct taos_query::common::c_field_t
source · #[repr(C)]pub struct c_field_t {
pub name: [u8; 65],
pub type_: u8,
pub bytes: i32,
}Fields§
§name: [u8; 65]§type_: u8§bytes: i32Trait Implementations§
impl Copy for c_field_t
Auto Trait Implementations§
impl RefUnwindSafe for c_field_t
impl Send for c_field_t
impl Sync for c_field_t
impl Unpin for c_field_t
impl UnwindSafe for c_field_t
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