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