pub struct MessageSignature {
pub bytes: [u8; 256],
}
Fields§
§bytes: [u8; 256]
Trait Implementations§
Source§impl AzaleaRead for MessageSignature
impl AzaleaRead for MessageSignature
Source§impl AzaleaWrite for MessageSignature
impl AzaleaWrite for MessageSignature
Source§impl Clone for MessageSignature
impl Clone for MessageSignature
Source§fn clone(&self) -> MessageSignature
fn clone(&self) -> MessageSignature
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 Debug for MessageSignature
impl Debug for MessageSignature
Source§impl PartialEq for MessageSignature
impl PartialEq for MessageSignature
impl StructuralPartialEq for MessageSignature
Auto Trait Implementations§
impl Freeze for MessageSignature
impl RefUnwindSafe for MessageSignature
impl Send for MessageSignature
impl Sync for MessageSignature
impl Unpin for MessageSignature
impl UnwindSafe for MessageSignature
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