Struct vls_protocol::model::Signature
source · pub struct Signature(pub [u8; 64]);
Tuple Fields§
§0: [u8; 64]
Trait Implementations§
source§impl BigEndianEncodable for Signature
impl BigEndianEncodable for Signature
Auto Trait Implementations§
impl Freeze for Signature
impl RefUnwindSafe for Signature
impl Send for Signature
impl Sync for Signature
impl Unpin for Signature
impl UnwindSafe for Signature
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