#[repr(C, packed(1))]pub struct HeaderBlock {
pub point_counts: u16,
pub analog_counts: u16,
pub frame_first: u16,
pub frame_last: u16,
pub max_gap: u16,
pub scale: f32,
pub analog_per_frame: u16,
pub frame_rate: f32,
/* private fields */
}
Fields§
§point_counts: u16
§analog_counts: u16
§frame_first: u16
§frame_last: u16
§max_gap: u16
§scale: f32
§analog_per_frame: u16
§frame_rate: f32
Trait Implementations§
Source§impl Clone for HeaderBlock
impl Clone for HeaderBlock
Source§fn clone(&self) -> HeaderBlock
fn clone(&self) -> HeaderBlock
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 moreimpl Copy for HeaderBlock
Auto Trait Implementations§
impl Freeze for HeaderBlock
impl RefUnwindSafe for HeaderBlock
impl Send for HeaderBlock
impl Sync for HeaderBlock
impl Unpin for HeaderBlock
impl UnwindSafe for HeaderBlock
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