#[repr(C, align(1))]pub struct std___1___check_tuple_constructor_fail {
pub _bindgen_opaque_blob: u8,
}
Fields§
§_bindgen_opaque_blob: u8
Trait Implementations§
Source§impl Clone for std___1___check_tuple_constructor_fail
impl Clone for std___1___check_tuple_constructor_fail
Source§fn clone(&self) -> std___1___check_tuple_constructor_fail
fn clone(&self) -> std___1___check_tuple_constructor_fail
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 moreimpl Copy for std___1___check_tuple_constructor_fail
Auto Trait Implementations§
impl Freeze for std___1___check_tuple_constructor_fail
impl RefUnwindSafe for std___1___check_tuple_constructor_fail
impl Send for std___1___check_tuple_constructor_fail
impl Sync for std___1___check_tuple_constructor_fail
impl Unpin for std___1___check_tuple_constructor_fail
impl UnwindSafe for std___1___check_tuple_constructor_fail
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