Struct ecc608_linux::ReadKey [−][src]
pub struct ReadKey(pub u8);
Implementations
impl ReadKey[src]
impl ReadKey[src]pub fn external_signatures(&self) -> bool[src]
pub fn set_external_signatures(&mut self, value: bool)[src]
pub fn internal_signatures(&self) -> bool[src]
pub fn set_internal_signatures(&mut self, value: bool)[src]
pub fn ecdh_operation(&self) -> bool[src]
pub fn set_ecdh_operation(&mut self, value: bool)[src]
pub fn ecdh_write_slot(&self) -> bool[src]
pub fn set_ecdh_write_slot(&mut self, value: bool)[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self