Struct ecc608_linux::slot_config::ReadKey
source · [−]pub struct ReadKey(pub u8);Tuple Fields
0: u8Implementations
sourceimpl ReadKey
impl ReadKey
pub fn external_signatures(&self) -> bool
pub fn set_external_signatures(&mut self, value: bool)
pub fn internal_signatures(&self) -> bool
pub fn set_internal_signatures(&mut self, value: bool)
pub fn ecdh_operation(&self) -> bool
pub fn set_ecdh_operation(&mut self, value: bool)
pub fn ecdh_write_slot(&self) -> bool
pub fn set_ecdh_write_slot(&mut self, value: bool)
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more