Struct duktape_sys::duk_double_union [] [src]

pub struct duk_double_union {
    pub _bindgen_data_: [u64; 1usize],
}

Fields

_bindgen_data_

Methods

impl duk_double_union
[src]

unsafe fn d(&mut self) -> *mut c_double

unsafe fn f(&mut self) -> *mut [c_float; 2usize]

unsafe fn ull(&mut self) -> *mut [duk_uint64_t; 1usize]

unsafe fn ui(&mut self) -> *mut [duk_uint32_t; 2usize]

unsafe fn us(&mut self) -> *mut [duk_uint16_t; 4usize]

unsafe fn uc(&mut self) -> *mut [duk_uint8_t; 8usize]

Trait Implementations

impl Default for duk_double_union
[src]

fn default() -> Self

Returns the "default value" for a type. Read more

Derived Implementations

impl Clone for duk_double_union
[src]

fn clone(&self) -> duk_double_union

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for duk_double_union
[src]

impl Debug for duk_double_union
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.