pub struct MessageSignature {
pub bytes: [u8; 256],
}
Fields§
§bytes: [u8; 256]
Trait Implementations§
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 McBufReadable for MessageSignature
impl McBufReadable for MessageSignature
Source§impl McBufWritable for MessageSignature
impl McBufWritable 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)