#[repr(transparent)]pub struct AeskeySrcsel(pub u32);Expand description
AES key source selection
Tuple Fields§
§0: u32Implementations§
Source§impl AeskeySrcsel
impl AeskeySrcsel
Sourcepub const fn aeskey_srcsel(&self) -> u8
pub const fn aeskey_srcsel(&self) -> u8
AES Key Source Select:
Sourcepub const fn set_aeskey_srcsel(&mut self, val: u8)
pub const fn set_aeskey_srcsel(&mut self, val: u8)
AES Key Source Select:
Trait Implementations§
Source§impl Clone for AeskeySrcsel
impl Clone for AeskeySrcsel
Source§fn clone(&self) -> AeskeySrcsel
fn clone(&self) -> AeskeySrcsel
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 moreSource§impl Debug for AeskeySrcsel
impl Debug for AeskeySrcsel
Source§impl Default for AeskeySrcsel
impl Default for AeskeySrcsel
Source§fn default() -> AeskeySrcsel
fn default() -> AeskeySrcsel
Returns the “default value” for a type. Read more
Source§impl PartialEq for AeskeySrcsel
impl PartialEq for AeskeySrcsel
impl Copy for AeskeySrcsel
impl Eq for AeskeySrcsel
impl StructuralPartialEq for AeskeySrcsel
Auto Trait Implementations§
impl Freeze for AeskeySrcsel
impl RefUnwindSafe for AeskeySrcsel
impl Send for AeskeySrcsel
impl Sync for AeskeySrcsel
impl Unpin for AeskeySrcsel
impl UnwindSafe for AeskeySrcsel
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