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