#[repr(C)]pub struct Tuple2<T0, T1> {
pub _0: T0,
pub _1: T1,
}
Expand description
Simplified for lighter documentation, but the actual impls
range from Tuple1
up to Tuple6
.
C Layout
Fields§
§_0: T0
§_1: T1
Trait Implementations§
source§impl<T0, T1> ReprC for Tuple2<T0, T1>where
T0: ReprC + ConcreteReprC,
T1: ReprC + ConcreteReprC,
impl<T0, T1> ReprC for Tuple2<T0, T1>where T0: ReprC + ConcreteReprC, T1: ReprC + ConcreteReprC,
Auto Trait Implementations§
impl<T0, T1> RefUnwindSafe for Tuple2<T0, T1>where T0: RefUnwindSafe, T1: RefUnwindSafe,
impl<T0, T1> Send for Tuple2<T0, T1>where T0: Send, T1: Send,
impl<T0, T1> Sync for Tuple2<T0, T1>where T0: Sync, T1: Sync,
impl<T0, T1> Unpin for Tuple2<T0, T1>where T0: Unpin, T1: Unpin,
impl<T0, T1> UnwindSafe for Tuple2<T0, T1>where T0: UnwindSafe, T1: UnwindSafe,
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
source§impl<T> FitForCBox for T
impl<T> FitForCBox for T
§type CBoxWrapped = Box_<T>
type CBoxWrapped = Box_<T>
Available on crate feature
alloc
only.source§impl<T> ManuallyDropMut for T
impl<T> ManuallyDropMut for T
type Ret = ManuallyDrop<T>
fn manually_drop_mut<'__>(&'__ mut self) -> &'__ mut ManuallyDrop<T>
source§impl<T> UpcastAny for Twhere
T: 'static,
impl<T> UpcastAny for Twhere T: 'static,
source§fn upcast_any(&self) -> &(dyn Any + 'static)
fn upcast_any(&self) -> &(dyn Any + 'static)
Available on crate feature
headers
only.