pub struct Uint8Arrayx32(pub [u8; 32]);
Tuple Fields§
§0: [u8; 32]
Trait Implementations§
Source§impl Deref for Uint8Arrayx32
impl Deref for Uint8Arrayx32
Source§impl TryFrom<Uint8Array> for Uint8Arrayx32
impl TryFrom<Uint8Array> for Uint8Arrayx32
Source§type Error = OpStatusCode
type Error = OpStatusCode
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for Uint8Arrayx32
impl RefUnwindSafe for Uint8Arrayx32
impl Send for Uint8Arrayx32
impl Sync for Uint8Arrayx32
impl Unpin for Uint8Arrayx32
impl UnwindSafe for Uint8Arrayx32
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