#[repr(C)]pub struct DbDatum {
pub property_name: *mut c_char,
pub data_type: TangoDataType,
pub prop_data: TangoPropertyData,
pub is_empty: bool,
pub wrong_data_type: bool,
}Fields§
§property_name: *mut c_char§data_type: TangoDataType§prop_data: TangoPropertyData§is_empty: bool§wrong_data_type: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DbDatum
impl RefUnwindSafe for DbDatum
impl !Send for DbDatum
impl !Sync for DbDatum
impl Unpin for DbDatum
impl UnwindSafe for DbDatum
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