#[repr(C)]pub struct _jl_taggedvalue_bits {
pub _bitfield_1: u8,
pub __bindgen_padding_0: [u8; 7],
pub __bindgen_align: [u64; 0],
}Fields§
§_bitfield_1: u8§__bindgen_padding_0: [u8; 7]§__bindgen_align: [u64; 0]Implementations§
Trait Implementations§
Source§impl Clone for _jl_taggedvalue_bits
impl Clone for _jl_taggedvalue_bits
Source§fn clone(&self) -> _jl_taggedvalue_bits
fn clone(&self) -> _jl_taggedvalue_bits
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 _jl_taggedvalue_bits
impl Debug for _jl_taggedvalue_bits
impl Copy for _jl_taggedvalue_bits
Auto Trait Implementations§
impl Freeze for _jl_taggedvalue_bits
impl RefUnwindSafe for _jl_taggedvalue_bits
impl Send for _jl_taggedvalue_bits
impl Sync for _jl_taggedvalue_bits
impl Unpin for _jl_taggedvalue_bits
impl UnwindSafe for _jl_taggedvalue_bits
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