#[repr(C)]pub struct Union_Unnamed6 {
pub _bindgen_data_: [u64; 1],
}Fields§
§_bindgen_data_: [u64; 1]Implementations§
Trait Implementations§
Source§impl Default for Union_Unnamed6
impl Default for Union_Unnamed6
Source§fn default() -> Union_Unnamed6
fn default() -> Union_Unnamed6
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Union_Unnamed6
impl RefUnwindSafe for Union_Unnamed6
impl Send for Union_Unnamed6
impl Sync for Union_Unnamed6
impl Unpin for Union_Unnamed6
impl UnwindSafe for Union_Unnamed6
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