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