pub struct SignatureUnit {
pub data: [u8; 256],
pub len: usize,
}
Expand description
Storage for the signature or its elements.
Fields§
§data: [u8; 256]
Signature data.
len: usize
The actual size of the data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignatureUnit
impl RefUnwindSafe for SignatureUnit
impl Send for SignatureUnit
impl Sync for SignatureUnit
impl Unpin for SignatureUnit
impl UnwindSafe for SignatureUnit
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