pub struct InPlaceBroken;Expand description
Marker feature to signal the host to avoid in-place operation.
This feature has to be required by any plugin that may break if ANY input port is connected to the same memory location as ANY output port.
Trait Implementations§
Source§impl Feature for InPlaceBroken
impl Feature for InPlaceBroken
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 InPlaceBroken
impl RefUnwindSafe for InPlaceBroken
impl Send for InPlaceBroken
impl Sync for InPlaceBroken
impl Unpin for InPlaceBroken
impl UnwindSafe for InPlaceBroken
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