pub struct SpectreUserKey {
pub key_id: [u8; 32],
pub key_data: Vec<u8>,
pub algorithm: SpectreAlgorithm,
}Fields§
§key_id: [u8; 32]§key_data: Vec<u8>§algorithm: SpectreAlgorithmTrait Implementations§
Source§impl Clone for SpectreUserKey
impl Clone for SpectreUserKey
Source§fn clone(&self) -> SpectreUserKey
fn clone(&self) -> SpectreUserKey
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for SpectreUserKey
impl RefUnwindSafe for SpectreUserKey
impl Send for SpectreUserKey
impl Sync for SpectreUserKey
impl Unpin for SpectreUserKey
impl UnwindSafe for SpectreUserKey
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