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 Freeze for ReadKey
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