robotrt-buffer-core 0.1.0-beta.2

RobotRT modular robotics runtime and middleware components.
Documentation
1
2
3
4
5
6
7
use core_types::BufferId;

#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub struct SharedBufferDescriptor {
    pub buffer_id: BufferId,
    pub len: usize,
}