pub struct OutPlaintextBytes(pub [u8; 64]);Expand description
Newtype representing the byte encoding of a outgoing plaintext.
Tuple Fields§
§0: [u8; 64]Auto Trait Implementations§
impl Freeze for OutPlaintextBytes
impl RefUnwindSafe for OutPlaintextBytes
impl Send for OutPlaintextBytes
impl Sync for OutPlaintextBytes
impl Unpin for OutPlaintextBytes
impl UnwindSafe for OutPlaintextBytes
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