pub struct SharedRegion { /* private fields */ }Implementations§
pub fn open( path: &Path, slot_count: usize, writer_session: &str, initialize: bool, ) -> Result<Self, String>
pub fn publish(&mut self, slots: &[SimSharedSlot]) -> Result<(), String>
pub fn read_snapshot(&self) -> Result<Vec<SimSharedSlot>, SharedSnapshotError>
Auto Trait Implementations§
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