#[repr(C)]pub struct halide_mutex {
pub _private: [usize; 1],
}Fields§
§_private: [usize; 1]Trait Implementations§
Source§impl Clone for halide_mutex
impl Clone for halide_mutex
Source§fn clone(&self) -> halide_mutex
fn clone(&self) -> halide_mutex
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
impl Debug for halide_mutex
impl Copy for halide_mutex
Auto Trait Implementations§
impl Freeze for halide_mutex
impl RefUnwindSafe for halide_mutex
impl Send for halide_mutex
impl Sync for halide_mutex
impl Unpin for halide_mutex
impl UnwindSafe for halide_mutex
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