[][src]Union janet_ll::JanetTArrayView__bindgen_ty_1

#[repr(C)]
pub union JanetTArrayView__bindgen_ty_1 { pub pointer: *mut c_void, pub u8: *mut u8, pub s8: *mut i8, pub u16: *mut u16, pub s16: *mut i16, pub u32: *mut u32, pub s32: *mut i32, pub u64: *mut u64, pub s64: *mut i64, pub f32: *mut f32, pub f64: *mut f64, // some fields omitted }

Fields

pointer: *mut c_voidu8: *mut u8s8: *mut i8u16: *mut u16s16: *mut i16u32: *mut u32s32: *mut i32u64: *mut u64s64: *mut i64f32: *mut f32f64: *mut f64

Trait Implementations

impl Copy for JanetTArrayView__bindgen_ty_1[src]

impl Clone for JanetTArrayView__bindgen_ty_1[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.