pub struct KeyPacket {
pub kd_type: u8,
pub reserved: u8,
pub kd_length: u16,
pub spi_size: u8,
pub spi: Vec<u8>,
pub attributes: Vec<Attribute>,
}Fields§
§kd_type: u8§reserved: u8§kd_length: u16§spi_size: u8§spi: Vec<u8>§attributes: Vec<Attribute>Trait Implementations§
impl Eq for KeyPacket
impl StructuralPartialEq for KeyPacket
Auto Trait Implementations§
impl Freeze for KeyPacket
impl RefUnwindSafe for KeyPacket
impl Send for KeyPacket
impl Sync for KeyPacket
impl Unpin for KeyPacket
impl UnwindSafe for KeyPacket
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