Struct libsecp256k1::util::SignatureArray
source · pub struct SignatureArray(/* private fields */);
Implementations§
Trait Implementations§
source§impl AsMut<[u8]> for SignatureArray
impl AsMut<[u8]> for SignatureArray
Auto Trait Implementations§
impl Freeze for SignatureArray
impl RefUnwindSafe for SignatureArray
impl Send for SignatureArray
impl Sync for SignatureArray
impl Unpin for SignatureArray
impl UnwindSafe for SignatureArray
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