Struct TCPDatapointValuePacked
#[repr(C, packed(1))]pub struct TCPDatapointValuePacked {
type_: u8,
value: [u8; 8],
datapoint_id: u64,
quality: u16,
timestamp: u64,
}Fields§
§type_: u8§value: [u8; 8]§datapoint_id: u64§quality: u16§timestamp: u64Auto Trait Implementations§
impl Freeze for TCPDatapointValuePacked
impl RefUnwindSafe for TCPDatapointValuePacked
impl Send for TCPDatapointValuePacked
impl Sync for TCPDatapointValuePacked
impl Unpin for TCPDatapointValuePacked
impl UnsafeUnpin for TCPDatapointValuePacked
impl UnwindSafe for TCPDatapointValuePacked
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