Struct iscp::message::StreamChunk
source · pub struct StreamChunk {
pub sequence_number: u32,
pub data_point_groups: Vec<DataPointGroup>,
}Expand description
ストリームを時間で区切ったデータポイントのまとまりです。
Fields§
§sequence_number: u32§data_point_groups: Vec<DataPointGroup>Trait Implementations§
source§impl Clone for StreamChunk
impl Clone for StreamChunk
source§fn clone(&self) -> StreamChunk
fn clone(&self) -> StreamChunk
Returns a copy 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 moresource§impl Debug for StreamChunk
impl Debug for StreamChunk
source§impl Default for StreamChunk
impl Default for StreamChunk
source§fn default() -> StreamChunk
fn default() -> StreamChunk
Returns the “default value” for a type. Read more
source§impl From<StreamChunk> for StreamChunk
impl From<StreamChunk> for StreamChunk
source§fn from(c: StreamChunk) -> Self
fn from(c: StreamChunk) -> Self
Converts to this type from the input type.
source§impl PartialEq for StreamChunk
impl PartialEq for StreamChunk
source§fn eq(&self, other: &StreamChunk) -> bool
fn eq(&self, other: &StreamChunk) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<StreamChunk> for StreamChunk
impl TryFrom<StreamChunk> for StreamChunk
impl StructuralPartialEq for StreamChunk
Auto Trait Implementations§
impl RefUnwindSafe for StreamChunk
impl Send for StreamChunk
impl Sync for StreamChunk
impl Unpin for StreamChunk
impl UnwindSafe for StreamChunk
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