Struct mozjs::jsapi::__BindgenUnionField
[−]
[src]
#[repr(C)]pub struct __BindgenUnionField<T>(_);
Methods
impl<T> __BindgenUnionField<T>
[src]
pub fn new() -> Self
[src]
pub unsafe fn as_ref(&self) -> &T
[src]
pub unsafe fn as_mut(&mut self) -> &mut T
[src]
Trait Implementations
impl<T: Copy> Copy for __BindgenUnionField<T>
[src]
impl<T: Debug> Debug for __BindgenUnionField<T>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more