#[repr(C)]pub struct OperationInfoKey {
pub key_size: u32,
pub required_key_usage: Usage,
}
Fields§
§key_size: u32
§required_key_usage: Usage
Implementations§
Source§impl OperationInfoKey
impl OperationInfoKey
pub fn to_binding<'a>(&'a self) -> &'a TEE_OperationInfoKey
Trait Implementations§
Source§impl Clone for OperationInfoKey
impl Clone for OperationInfoKey
Source§fn clone(&self) -> OperationInfoKey
fn clone(&self) -> OperationInfoKey
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 OperationInfoKey
impl Debug for OperationInfoKey
Source§impl PartialEq for OperationInfoKey
impl PartialEq for OperationInfoKey
impl Copy for OperationInfoKey
impl StructuralPartialEq for OperationInfoKey
Auto Trait Implementations§
impl Freeze for OperationInfoKey
impl RefUnwindSafe for OperationInfoKey
impl Send for OperationInfoKey
impl Sync for OperationInfoKey
impl Unpin for OperationInfoKey
impl UnwindSafe for OperationInfoKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§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
)