pub struct BytesFixed<const S: usize>(pub [u8; S]);
Tuple Fields§
§0: [u8; S]
Trait Implementations§
Source§impl<const S: usize> AbiDecode for BytesFixed<S>
impl<const S: usize> AbiDecode for BytesFixed<S>
Source§impl<const S: usize> AbiEncode for BytesFixed<S>
impl<const S: usize> AbiEncode for BytesFixed<S>
Source§impl<const S: usize> AbiType for BytesFixed<S>
impl<const S: usize> AbiType for BytesFixed<S>
Source§impl<const S: usize> Clone for BytesFixed<S>
impl<const S: usize> Clone for BytesFixed<S>
Source§fn clone(&self) -> BytesFixed<S>
fn clone(&self) -> BytesFixed<S>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<const S: usize> Debug for BytesFixed<S>
impl<const S: usize> Debug for BytesFixed<S>
Source§impl<const S: usize> Default for BytesFixed<S>
impl<const S: usize> Default for BytesFixed<S>
Source§impl<const S: usize> PartialEq for BytesFixed<S>
impl<const S: usize> PartialEq for BytesFixed<S>
impl<const S: usize> Copy for BytesFixed<S>
impl<const S: usize> Eq for BytesFixed<S>
impl<const S: usize> StructuralPartialEq for BytesFixed<S>
Auto Trait Implementations§
impl<const S: usize> Freeze for BytesFixed<S>
impl<const S: usize> RefUnwindSafe for BytesFixed<S>
impl<const S: usize> Send for BytesFixed<S>
impl<const S: usize> Sync for BytesFixed<S>
impl<const S: usize> Unpin for BytesFixed<S>
impl<const S: usize> UnwindSafe for BytesFixed<S>
Blanket Implementations§
Source§impl<T> AbiDecodeZero for T
impl<T> AbiDecodeZero for T
Source§impl<T> AbiEncodeZero for T
impl<T> AbiEncodeZero for T
fn enc_zero(out: &mut AbiEncoder)
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