#[repr(C)]pub struct AttributeData {
pub data_type: TangoDataType,
pub attr_data: TangoAttributeData,
pub data_format: AttrDataFormat,
pub quality: AttrQuality,
pub nb_read: c_long,
pub name: *mut c_char,
pub dim_x: i32,
pub dim_y: i32,
pub time_stamp: timeval,
}
Fields§
§data_type: TangoDataType
§attr_data: TangoAttributeData
§data_format: AttrDataFormat
§quality: AttrQuality
§nb_read: c_long
§name: *mut c_char
§dim_x: i32
§dim_y: i32
§time_stamp: timeval
Trait Implementations§
Source§impl Clone for AttributeData
impl Clone for AttributeData
Source§fn clone(&self) -> AttributeData
fn clone(&self) -> AttributeData
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 moreimpl Copy for AttributeData
Auto Trait Implementations§
impl Freeze for AttributeData
impl RefUnwindSafe for AttributeData
impl !Send for AttributeData
impl !Sync for AttributeData
impl Unpin for AttributeData
impl UnwindSafe for AttributeData
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