#[repr(C)]pub struct AVExecutor { /* private fields */ }
Trait Implementations§
Source§impl Clone for AVExecutor
impl Clone for AVExecutor
Source§fn clone(&self) -> AVExecutor
fn clone(&self) -> AVExecutor
Returns a duplicate 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 moreSource§impl Debug for AVExecutor
impl Debug for AVExecutor
impl Copy for AVExecutor
Auto Trait Implementations§
impl Freeze for AVExecutor
impl RefUnwindSafe for AVExecutor
impl Send for AVExecutor
impl Sync for AVExecutor
impl Unpin for AVExecutor
impl UnwindSafe for AVExecutor
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