pub struct SPF13 {
pub header: PluginHeader,
pub manifest: PluginManifest,
pub payload: Vec<u8>,
pub signature: [u8; 64],
pub checksum: [u8; 32],
}Fields§
§header: PluginHeader§manifest: PluginManifest§payload: Vec<u8>§signature: [u8; 64]§checksum: [u8; 32]Auto Trait Implementations§
impl Freeze for SPF13
impl RefUnwindSafe for SPF13
impl Send for SPF13
impl Sync for SPF13
impl Unpin for SPF13
impl UnsafeUnpin for SPF13
impl UnwindSafe for SPF13
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