Struct riot_sys::cose_signature_dec
source · #[repr(C)]pub struct cose_signature_dec {
pub buf: *const u8,
pub len: size_t,
}
Expand description
@name Signature decoder struct @brief Contains the buffer information required for decoding a signature @{
Fields§
§buf: *const u8
< Buffer containing the full signature data
len: size_t
< Length of the signature data
Trait Implementations§
source§impl Clone for cose_signature_dec
impl Clone for cose_signature_dec
source§fn clone(&self) -> cose_signature_dec
fn clone(&self) -> cose_signature_dec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for cose_signature_dec
impl Debug for cose_signature_dec
source§impl Default for cose_signature_dec
impl Default for cose_signature_dec
impl Copy for cose_signature_dec
Auto Trait Implementations§
impl RefUnwindSafe for cose_signature_dec
impl !Send for cose_signature_dec
impl !Sync for cose_signature_dec
impl Unpin for cose_signature_dec
impl UnwindSafe for cose_signature_dec
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