#[repr(C, align(1))]pub struct std___hash_node__bindgen_ty_1 {
pub __value_: __BindgenUnionField<std___hash_node___node_value_type>,
pub bindgen_union_field: [u8; 0],
}Fields§
§__value_: __BindgenUnionField<std___hash_node___node_value_type>§bindgen_union_field: [u8; 0]Auto Trait Implementations§
impl Freeze for std___hash_node__bindgen_ty_1
impl RefUnwindSafe for std___hash_node__bindgen_ty_1
impl Send for std___hash_node__bindgen_ty_1
impl Sync for std___hash_node__bindgen_ty_1
impl Unpin for std___hash_node__bindgen_ty_1
impl UnsafeUnpin for std___hash_node__bindgen_ty_1
impl UnwindSafe for std___hash_node__bindgen_ty_1
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