Struct ecc608_linux::slot_config::ReadKey
source · pub struct ReadKey(pub u8);Tuple Fields§
§0: u8Implementations§
source§impl ReadKey
impl ReadKey
pub fn external_signatures(&self) -> bool
pub fn internal_signatures(&self) -> bool
pub fn ecdh_operation(&self) -> bool
pub fn ecdh_write_slot(&self) -> bool
pub fn set_external_signatures(&mut self, value: bool)
pub fn set_internal_signatures(&mut self, value: bool)
pub fn set_ecdh_operation(&mut self, value: bool)
pub fn set_ecdh_write_slot(&mut self, value: bool)
Trait Implementations§
source§impl<T> BitRangeMut<T> for ReadKeywhere
u8: BitRangeMut<T>,
impl<T> BitRangeMut<T> for ReadKeywhere u8: BitRangeMut<T>,
source§fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
Set a range of bits.
Auto Trait Implementations§
impl RefUnwindSafe for ReadKey
impl Send for ReadKey
impl Sync for ReadKey
impl Unpin for ReadKey
impl UnwindSafe for ReadKey
Blanket Implementations§
source§impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
impl<T> BitMut for Twhere T: BitRangeMut<u8>,
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