#[repr(transparent)]pub struct Cr(pub u32);Expand description
Control.
Tuple Fields§
§0: u32Implementations§
Source§impl Cr
impl Cr
Sourcepub const fn set_zeroize(&mut self, val: bool)
pub const fn set_zeroize(&mut self, val: bool)
Zeroize operation.
Sourcepub const fn set_enroll(&mut self, val: bool)
pub const fn set_enroll(&mut self, val: bool)
Enroll operation.
Sourcepub const fn reconstruct(&self) -> bool
pub const fn reconstruct(&self) -> bool
Reconstruct operation.
Sourcepub const fn set_reconstruct(&mut self, val: bool)
pub const fn set_reconstruct(&mut self, val: bool)
Reconstruct operation.
Sourcepub const fn set_get_key(&mut self, val: bool)
pub const fn set_get_key(&mut self, val: bool)
Get Key operation.
Sourcepub const fn set_unwrap(&mut self, val: bool)
pub const fn set_unwrap(&mut self, val: bool)
Unwrap operation.
Sourcepub const fn wrap_generated_random(&self) -> bool
pub const fn wrap_generated_random(&self) -> bool
Wrap Generated Random operation.
Sourcepub const fn set_wrap_generated_random(&mut self, val: bool)
pub const fn set_wrap_generated_random(&mut self, val: bool)
Wrap Generated Random operation.
Sourcepub const fn generate_random(&self) -> bool
pub const fn generate_random(&self) -> bool
Generate Random operation.
Sourcepub const fn set_generate_random(&mut self, val: bool)
pub const fn set_generate_random(&mut self, val: bool)
Generate Random operation.
Sourcepub const fn test_memory(&self) -> bool
pub const fn test_memory(&self) -> bool
Test memory operation.
Sourcepub const fn set_test_memory(&mut self, val: bool)
pub const fn set_test_memory(&mut self, val: bool)
Test memory operation.
Sourcepub const fn set_test_puf(&mut self, val: bool)
pub const fn set_test_puf(&mut self, val: bool)
Test PUF operation.
Trait Implementations§
impl Copy for Cr
impl Eq for Cr
impl StructuralPartialEq for Cr
Auto Trait Implementations§
impl Freeze for Cr
impl RefUnwindSafe for Cr
impl Send for Cr
impl Sync for Cr
impl Unpin for Cr
impl UnwindSafe for Cr
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