#[repr(C)]pub struct psa_verify_hash_interruptible_operation_s {
pub private_id: c_uint,
pub private_ctx: psa_driver_verify_hash_interruptible_context_t,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub private_num_ops: u32,
}
Expand description
\brief The context for PSA interruptible hash verification.
Fields§
§private_id: c_uint
§private_ctx: psa_driver_verify_hash_interruptible_context_t
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§private_num_ops: u32
Implementations§
source§impl psa_verify_hash_interruptible_operation_s
impl psa_verify_hash_interruptible_operation_s
pub fn private_error_occurred(&self) -> c_uint
pub fn set_private_error_occurred(&mut self, val: c_uint)
pub fn new_bitfield_1( private_error_occurred: c_uint, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for psa_verify_hash_interruptible_operation_s
impl Clone for psa_verify_hash_interruptible_operation_s
source§fn clone(&self) -> psa_verify_hash_interruptible_operation_s
fn clone(&self) -> psa_verify_hash_interruptible_operation_s
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for psa_verify_hash_interruptible_operation_s
impl Default for psa_verify_hash_interruptible_operation_s
impl Copy for psa_verify_hash_interruptible_operation_s
Auto Trait Implementations§
impl Freeze for psa_verify_hash_interruptible_operation_s
impl RefUnwindSafe for psa_verify_hash_interruptible_operation_s
impl Send for psa_verify_hash_interruptible_operation_s
impl Sync for psa_verify_hash_interruptible_operation_s
impl Unpin for psa_verify_hash_interruptible_operation_s
impl UnwindSafe for psa_verify_hash_interruptible_operation_s
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)