pub struct Ec3Key(pub GenericArray<u8, U32>);Expand description
Real derived key
Tuple Fields§
§0: GenericArray<u8, U32>Implementations§
Trait Implementations§
impl StructuralPartialEq for Ec3Key
Auto Trait Implementations§
impl Freeze for Ec3Key
impl RefUnwindSafe for Ec3Key
impl Send for Ec3Key
impl Sync for Ec3Key
impl Unpin for Ec3Key
impl UnwindSafe for Ec3Key
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