pub struct HeapRnxOutput { /* private fields */ }Trait Implementations§
Source§impl Default for HeapRnxOutput
impl Default for HeapRnxOutput
Source§fn default() -> HeapRnxOutput
fn default() -> HeapRnxOutput
Returns the “default value” for a type. Read more
Source§impl RnxOutputStorage for HeapRnxOutput
impl RnxOutputStorage for HeapRnxOutput
fn buffers(&mut self) -> (&mut dyn RnxOutputBuffer, &mut dyn RnxOutputBuffer)
Auto Trait Implementations§
impl Freeze for HeapRnxOutput
impl RefUnwindSafe for HeapRnxOutput
impl Send for HeapRnxOutput
impl Sync for HeapRnxOutput
impl Unpin for HeapRnxOutput
impl UnsafeUnpin for HeapRnxOutput
impl UnwindSafe for HeapRnxOutput
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