#[repr(C)]pub struct halide_dimension_t {
    pub min: i32,
    pub extent: i32,
    pub stride: i32,
    pub flags: u32,
}Fields§
§min: i32§extent: i32§stride: i32§flags: u32Trait Implementations§
Source§impl Clone for halide_dimension_t
 
impl Clone for halide_dimension_t
Source§fn clone(&self) -> halide_dimension_t
 
fn clone(&self) -> halide_dimension_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_dimension_t
 
impl Debug for halide_dimension_t
impl Copy for halide_dimension_t
Auto Trait Implementations§
impl Freeze for halide_dimension_t
impl RefUnwindSafe for halide_dimension_t
impl Send for halide_dimension_t
impl Sync for halide_dimension_t
impl Unpin for halide_dimension_t
impl UnwindSafe for halide_dimension_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