pub struct HardRTCapable;Expand description
Marker feature to signal that the plugin can run in a hard real-time environment.
Trait Implementations§
Source§impl Feature for HardRTCapable
impl Feature for HardRTCapable
Source§unsafe fn from_feature_ptr(
_feature: *const c_void,
_: ThreadingClass,
) -> Option<Self>
unsafe fn from_feature_ptr( _feature: *const c_void, _: ThreadingClass, ) -> Option<Self>
Create an instance of the featurer. Read more
Auto Trait Implementations§
impl Freeze for HardRTCapable
impl RefUnwindSafe for HardRTCapable
impl Send for HardRTCapable
impl Sync for HardRTCapable
impl Unpin for HardRTCapable
impl UnwindSafe for HardRTCapable
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