pub struct PlaintextBlock(pub [u8; 16]);
Expand description
Newtype for the plaintext data.
See AesParameters
.
Tuple Fields§
§0: [u8; 16]
Trait Implementations§
Source§impl Clone for PlaintextBlock
impl Clone for PlaintextBlock
Source§fn clone(&self) -> PlaintextBlock
fn clone(&self) -> PlaintextBlock
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PlaintextBlock
impl RefUnwindSafe for PlaintextBlock
impl Send for PlaintextBlock
impl Sync for PlaintextBlock
impl Unpin for PlaintextBlock
impl UnwindSafe for PlaintextBlock
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