#[repr(C)]pub struct ratchet_message_keys {
pub cipher_key: [u8; 32],
pub mac_key: [u8; 32],
pub iv: [u8; 16],
pub counter: u32,
}Fields§
§cipher_key: [u8; 32]§mac_key: [u8; 32]§iv: [u8; 16]§counter: u32Auto Trait Implementations§
impl Freeze for ratchet_message_keys
impl RefUnwindSafe for ratchet_message_keys
impl Send for ratchet_message_keys
impl Sync for ratchet_message_keys
impl Unpin for ratchet_message_keys
impl UnwindSafe for ratchet_message_keys
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