#[repr(C)]
pub union halide_scalar_value_t__bindgen_ty_1 {
pub b: bool,
pub i8_: i8,
pub i16_: i16,
pub i32_: i32,
pub i64_: i64,
pub u8_: u8,
pub u16_: u16,
pub u32_: u32,
pub u64_: u64,
pub f32_: f32,
pub f64_: f64,
pub handle: *mut c_void,
}Fields§
§b: bool§i8_: i8§i16_: i16§i32_: i32§i64_: i64§u8_: u8§u16_: u16§u32_: u32§u64_: u64§f32_: f32§f64_: f64§handle: *mut c_voidTrait Implementations§
Source§impl Clone for halide_scalar_value_t__bindgen_ty_1
impl Clone for halide_scalar_value_t__bindgen_ty_1
Source§fn clone(&self) -> halide_scalar_value_t__bindgen_ty_1
fn clone(&self) -> halide_scalar_value_t__bindgen_ty_1
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 moreimpl Copy for halide_scalar_value_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for halide_scalar_value_t__bindgen_ty_1
impl RefUnwindSafe for halide_scalar_value_t__bindgen_ty_1
impl !Send for halide_scalar_value_t__bindgen_ty_1
impl !Sync for halide_scalar_value_t__bindgen_ty_1
impl Unpin for halide_scalar_value_t__bindgen_ty_1
impl UnwindSafe for halide_scalar_value_t__bindgen_ty_1
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