pub struct RtSection { /* private fields */ }Expand description
No-op real-time section guard. With rt-paranoid off this is a
zero-sized type whose enter/drop compile away.
Implementations§
Auto Trait Implementations§
impl Freeze for RtSection
impl RefUnwindSafe for RtSection
impl Send for RtSection
impl Sync for RtSection
impl Unpin for RtSection
impl UnsafeUnpin for RtSection
impl UnwindSafe for RtSection
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