Trait proc_bitfield::WithBits

source ·
pub trait WithBits<T> {
    // Required method
    fn with_bits<const START: usize, const END: usize>(self, value: T) -> Self;
}
Expand description

Return a value with a range of bits modified.

Required Methods§

source

fn with_bits<const START: usize, const END: usize>(self, value: T) -> Self

Returns self with the the START..END bit range (with END excluded) set to the given value of type T.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WithBits<i8> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i8> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl WithBits<i16> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i16> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl WithBits<i32> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i32> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl WithBits<i64> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i64> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl WithBits<i128> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<i128> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl WithBits<isize> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<isize> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl WithBits<u8> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u8> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl WithBits<u16> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u16> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl WithBits<u32> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u32> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl WithBits<u64> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u64> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl WithBits<u128> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<u128> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl WithBits<usize> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl WithBits<usize> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i8; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i16; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i32; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i64; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[i128; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[isize; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u8; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u16; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u32; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u64; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[u128; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for i8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for i16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for i32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for i64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for i128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for isize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for u8

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for u16

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for u32

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for u64

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for u128

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize> WithBits<[usize; M]> for usize

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i8; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [i8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i16; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i32; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i64; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[i128; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [i128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[isize; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [isize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u8; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: [u8; M]) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u16; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u16; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u32; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u32; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u64; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u64; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[u128; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [u128; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const M: usize, const N: usize> WithBits<[usize; M]> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>( self, value: [usize; M] ) -> Self

source§

impl<const N: usize> WithBits<i8> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i8> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i8) -> Self

source§

impl<const N: usize> WithBits<i16> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i16> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i16) -> Self

source§

impl<const N: usize> WithBits<i32> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i32> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i32) -> Self

source§

impl<const N: usize> WithBits<i64> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i64> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i64) -> Self

source§

impl<const N: usize> WithBits<i128> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<i128> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: i128) -> Self

source§

impl<const N: usize> WithBits<isize> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<isize> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: isize) -> Self

source§

impl<const N: usize> WithBits<u8> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u8> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u8) -> Self

source§

impl<const N: usize> WithBits<u16> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u16> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u16) -> Self

source§

impl<const N: usize> WithBits<u32> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u32> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u32) -> Self

source§

impl<const N: usize> WithBits<u64> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u64> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u64) -> Self

source§

impl<const N: usize> WithBits<u128> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<u128> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: u128) -> Self

source§

impl<const N: usize> WithBits<usize> for [i8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [i16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [i32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [i64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [i128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [isize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [u8; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [u16; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [u32; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [u64; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [u128; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

source§

impl<const N: usize> WithBits<usize> for [usize; N]

source§

fn with_bits<const START: usize, const END: usize>(self, value: usize) -> Self

Implementors§