#[repr(C)]pub struct Union_Unnamed4 {
pub _bindgen_data_: [u64; 1],
}Fields§
§_bindgen_data_: [u64; 1]Implementations§
Trait Implementations§
Source§impl Clone for Union_Unnamed4
impl Clone for Union_Unnamed4
Source§fn clone(&self) -> Union_Unnamed4
fn clone(&self) -> Union_Unnamed4
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 Union_Unnamed4
impl Debug for Union_Unnamed4
Source§impl Default for Union_Unnamed4
impl Default for Union_Unnamed4
Source§impl Hash for Union_Unnamed4
impl Hash for Union_Unnamed4
Source§impl Ord for Union_Unnamed4
impl Ord for Union_Unnamed4
Source§fn cmp(&self, other: &Union_Unnamed4) -> Ordering
fn cmp(&self, other: &Union_Unnamed4) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Union_Unnamed4
impl PartialEq for Union_Unnamed4
Source§impl PartialOrd for Union_Unnamed4
impl PartialOrd for Union_Unnamed4
impl Copy for Union_Unnamed4
impl Eq for Union_Unnamed4
impl StructuralPartialEq for Union_Unnamed4
Auto Trait Implementations§
impl Freeze for Union_Unnamed4
impl RefUnwindSafe for Union_Unnamed4
impl Send for Union_Unnamed4
impl Sync for Union_Unnamed4
impl Unpin for Union_Unnamed4
impl UnwindSafe for Union_Unnamed4
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