pub struct DirectContext;
Implementations§
Source§impl DirectContext
impl DirectContext
pub fn flush_and_submit(&self)
pub fn abandon(&self)
Trait Implementations§
Source§impl Deref for DirectContext
impl Deref for DirectContext
Source§impl DerefMut for DirectContext
impl DerefMut for DirectContext
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 DirectContext
impl RefUnwindSafe for DirectContext
impl Send for DirectContext
impl Sync for DirectContext
impl Unpin for DirectContext
impl UnwindSafe for DirectContext
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