#[repr(C)]pub struct EncryptedPacket {
pub data: Vec<u8>,
pub iv: Vec<u8>,
pub key_index: u32,
}Fields§
§data: Vec<u8>§iv: Vec<u8>§key_index: u32Trait Implementations§
Source§impl Debug for EncryptedPacket
impl Debug for EncryptedPacket
Source§impl ExternType for EncryptedPacket
impl ExternType for EncryptedPacket
Auto Trait Implementations§
impl Freeze for EncryptedPacket
impl RefUnwindSafe for EncryptedPacket
impl Send for EncryptedPacket
impl Sync for EncryptedPacket
impl Unpin for EncryptedPacket
impl UnwindSafe for EncryptedPacket
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