#[repr(C)]pub struct TupleType<'shape> {
pub fields: &'shape [Field<'shape>],
}Expand description
Describes a tuple ((T0, T1, ...))
Fields§
§fields: &'shape [Field<'shape>]Fields of the slice, with offsets
Trait Implementations§
impl<'shape> Copy for TupleType<'shape>
Auto Trait Implementations§
impl<'shape> Freeze for TupleType<'shape>
impl<'shape> RefUnwindSafe for TupleType<'shape>
impl<'shape> Send for TupleType<'shape>
impl<'shape> Sync for TupleType<'shape>
impl<'shape> Unpin for TupleType<'shape>
impl<'shape> UnwindSafe for TupleType<'shape>
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