pub enum TupleSize {
Show 14 variants
S1x2,
S1x3,
S1x4,
S1x6,
S1x8,
S1x12,
S2x2,
S2x3,
S2x4,
S2x6,
S4x2,
S4x6,
S8x3,
S8x6,
}Expand description
LC tuple component element size, in bytes x tuple length
Variants§
Trait Implementations§
Source§impl Ord for TupleSize
impl Ord for TupleSize
Source§impl PartialOrd for TupleSize
impl PartialOrd for TupleSize
impl Copy for TupleSize
impl Eq for TupleSize
impl StructuralPartialEq for TupleSize
Auto Trait Implementations§
impl Freeze for TupleSize
impl RefUnwindSafe for TupleSize
impl Send for TupleSize
impl Sync for TupleSize
impl Unpin for TupleSize
impl UnsafeUnpin for TupleSize
impl UnwindSafe for TupleSize
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