Struct AVTXContext
#[repr(C)]pub struct AVTXContext { /* private fields */ }
Trait Implementations§
§impl Clone for AVTXContext
impl Clone for AVTXContext
§fn clone(&self) -> AVTXContext
fn clone(&self) -> AVTXContext
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AVTXContext
impl Debug for AVTXContext
impl Copy for AVTXContext
Auto Trait Implementations§
impl Freeze for AVTXContext
impl RefUnwindSafe for AVTXContext
impl Send for AVTXContext
impl Sync for AVTXContext
impl Unpin for AVTXContext
impl UnwindSafe for AVTXContext
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