pub struct Region { /* private fields */ }Expand description
Shared state for the mmap region – held by both publisher/subscriber
and by Sample (via Arc) to keep the mmap alive.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Region
impl RefUnwindSafe for Region
impl Unpin for Region
impl UnsafeUnpin for Region
impl UnwindSafe for Region
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