#[repr(C)]pub struct Union_Unnamed11 {
pub _bindgen_data_: [u64; 5],
}
Fields§
§_bindgen_data_: [u64; 5]
Implementations§
Trait Implementations§
Source§impl Clone for Union_Unnamed11
impl Clone for Union_Unnamed11
Source§impl Default for Union_Unnamed11
impl Default for Union_Unnamed11
impl Copy for Union_Unnamed11
Auto Trait Implementations§
impl Freeze for Union_Unnamed11
impl RefUnwindSafe for Union_Unnamed11
impl Send for Union_Unnamed11
impl Sync for Union_Unnamed11
impl Unpin for Union_Unnamed11
impl UnwindSafe for Union_Unnamed11
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