pub struct RecordingContext;
Trait Implementations§
Source§impl From<DirectContext> for RecordingContext
impl From<DirectContext> for RecordingContext
Source§fn from(_direct_context: DirectContext) -> Self
fn from(_direct_context: DirectContext) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RecordingContext
impl RefUnwindSafe for RecordingContext
impl Send for RecordingContext
impl Sync for RecordingContext
impl Unpin for RecordingContext
impl UnwindSafe for RecordingContext
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