#[repr(C)]pub struct std_tuple__EnableExplicitCopyFromPair {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for std_tuple__EnableExplicitCopyFromPair
impl Clone for std_tuple__EnableExplicitCopyFromPair
source§fn clone(&self) -> std_tuple__EnableExplicitCopyFromPair
fn clone(&self) -> std_tuple__EnableExplicitCopyFromPair
Returns a copy 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_tuple__EnableExplicitCopyFromPair
Auto Trait Implementations§
impl RefUnwindSafe for std_tuple__EnableExplicitCopyFromPair
impl Send for std_tuple__EnableExplicitCopyFromPair
impl Sync for std_tuple__EnableExplicitCopyFromPair
impl Unpin for std_tuple__EnableExplicitCopyFromPair
impl UnwindSafe for std_tuple__EnableExplicitCopyFromPair
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