Struct stm32wb_hci::host::PlaintextBlock
source · 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 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 moreAuto Trait Implementations§
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