#[repr(u32)]pub enum halide_argument_kind_t {
halide_argument_kind_input_scalar = 0,
halide_argument_kind_input_buffer = 1,
halide_argument_kind_output_buffer = 2,
}Variants§
halide_argument_kind_input_scalar = 0
halide_argument_kind_input_buffer = 1
halide_argument_kind_output_buffer = 2
Trait Implementations§
Source§impl Clone for halide_argument_kind_t
impl Clone for halide_argument_kind_t
Source§fn clone(&self) -> halide_argument_kind_t
fn clone(&self) -> halide_argument_kind_t
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_argument_kind_t
impl Debug for halide_argument_kind_t
Source§impl Hash for halide_argument_kind_t
impl Hash for halide_argument_kind_t
Source§impl PartialEq for halide_argument_kind_t
impl PartialEq for halide_argument_kind_t
impl Copy for halide_argument_kind_t
impl Eq for halide_argument_kind_t
impl StructuralPartialEq for halide_argument_kind_t
Auto Trait Implementations§
impl Freeze for halide_argument_kind_t
impl RefUnwindSafe for halide_argument_kind_t
impl Send for halide_argument_kind_t
impl Sync for halide_argument_kind_t
impl Unpin for halide_argument_kind_t
impl UnwindSafe for halide_argument_kind_t
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