#[repr(C)]
pub union regnode_head {
pub data: regnode_head__bindgen_ty_1,
pub data_u32: U32,
}
Fields§
§data: regnode_head__bindgen_ty_1
§data_u32: U32
Trait Implementations§
Source§impl Clone for regnode_head
impl Clone for regnode_head
Source§fn clone(&self) -> regnode_head
fn clone(&self) -> regnode_head
Returns a duplicate 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 regnode_head
impl Debug for regnode_head
impl Copy for regnode_head
Auto Trait Implementations§
impl Freeze for regnode_head
impl RefUnwindSafe for regnode_head
impl Send for regnode_head
impl Sync for regnode_head
impl Unpin for regnode_head
impl UnwindSafe for regnode_head
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