#[repr(transparent)]pub struct HostCryptokeySel(pub u32);
Expand description
AES hardware key select
Tuple Fields§
§0: u32
Implementations§
Source§impl HostCryptokeySel
impl HostCryptokeySel
Sourcepub const fn host_cryptokey_sel(&self) -> HostCryptokeySel
pub const fn host_cryptokey_sel(&self) -> HostCryptokeySel
Select the source of the HW key that is used by the AES engine
Sourcepub fn set_host_cryptokey_sel(&mut self, val: HostCryptokeySel)
pub fn set_host_cryptokey_sel(&mut self, val: HostCryptokeySel)
Select the source of the HW key that is used by the AES engine
Trait Implementations§
Source§impl Clone for HostCryptokeySel
impl Clone for HostCryptokeySel
Source§fn clone(&self) -> HostCryptokeySel
fn clone(&self) -> HostCryptokeySel
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 Default for HostCryptokeySel
impl Default for HostCryptokeySel
Source§fn default() -> HostCryptokeySel
fn default() -> HostCryptokeySel
Returns the “default value” for a type. Read more
Source§impl PartialEq for HostCryptokeySel
impl PartialEq for HostCryptokeySel
impl Copy for HostCryptokeySel
impl Eq for HostCryptokeySel
impl StructuralPartialEq for HostCryptokeySel
Auto Trait Implementations§
impl Freeze for HostCryptokeySel
impl RefUnwindSafe for HostCryptokeySel
impl Send for HostCryptokeySel
impl Sync for HostCryptokeySel
impl Unpin for HostCryptokeySel
impl UnwindSafe for HostCryptokeySel
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
)