#[repr(C)]pub struct RelTuple2<TA, TB>(_, _);
Expand description
A relative 2-tuple
Trait Implementations
sourceimpl<TA, TB, EA, EB, R: Region> Emplace<RelTuple2<TA, TB>, R> for (EA, EB)where
TA: DropRaw,
EA: Emplace<TA, R>,
TB: DropRaw,
EB: Emplace<TB, R>,
impl<TA, TB, EA, EB, R: Region> Emplace<RelTuple2<TA, TB>, R> for (EA, EB)where
TA: DropRaw,
EA: Emplace<TA, R>,
TB: DropRaw,
EB: Emplace<TB, R>,
sourceimpl<TA, TB, __R: Region> Move<__R> for RelTuple2<TA, TB>where
Self: DropRaw,
TA: Move<__R>,
TB: Move<__R>,
impl<TA, TB, __R: Region> Move<__R> for RelTuple2<TA, TB>where
Self: DropRaw,
TA: Move<__R>,
TB: Move<__R>,
impl<TA, TB> Portable for RelTuple2<TA, TB>where
TA: Portable,
TB: Portable,
Auto Trait Implementations
impl<TA, TB> RefUnwindSafe for RelTuple2<TA, TB>where
TA: RefUnwindSafe,
TB: RefUnwindSafe,
impl<TA, TB> Send for RelTuple2<TA, TB>where
TA: Send,
TB: Send,
impl<TA, TB> Sync for RelTuple2<TA, TB>where
TA: Sync,
TB: Sync,
impl<TA, TB> Unpin for RelTuple2<TA, TB>where
TA: Unpin,
TB: Unpin,
impl<TA, TB> UnwindSafe for RelTuple2<TA, TB>where
TA: UnwindSafe,
TB: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more