#[repr(transparent)]pub struct Ar(pub u32);Expand description
Allow.
Tuple Fields§
§0: u32Implementations§
Source§impl Ar
impl Ar
Sourcepub const fn allow_enroll(&self) -> bool
pub const fn allow_enroll(&self) -> bool
Enroll operation.
Sourcepub const fn set_allow_enroll(&mut self, val: bool)
pub const fn set_allow_enroll(&mut self, val: bool)
Enroll operation.
Sourcepub const fn allow_start(&self) -> bool
pub const fn allow_start(&self) -> bool
Start operation.
Sourcepub const fn set_allow_start(&mut self, val: bool)
pub const fn set_allow_start(&mut self, val: bool)
Start operation.
Sourcepub const fn allow_reconstruct(&self) -> bool
pub const fn allow_reconstruct(&self) -> bool
Reconstruct operation.
Sourcepub const fn set_allow_reconstruct(&mut self, val: bool)
pub const fn set_allow_reconstruct(&mut self, val: bool)
Reconstruct operation.
Sourcepub const fn allow_stop(&self) -> bool
pub const fn allow_stop(&self) -> bool
Stop operation.
Sourcepub const fn set_allow_stop(&mut self, val: bool)
pub const fn set_allow_stop(&mut self, val: bool)
Stop operation.
Sourcepub const fn allow_get_key(&self) -> bool
pub const fn allow_get_key(&self) -> bool
Get Key operation.
Sourcepub const fn set_allow_get_key(&mut self, val: bool)
pub const fn set_allow_get_key(&mut self, val: bool)
Get Key operation.
Sourcepub const fn allow_unwrap(&self) -> bool
pub const fn allow_unwrap(&self) -> bool
Unwrap operation.
Sourcepub const fn set_allow_unwrap(&mut self, val: bool)
pub const fn set_allow_unwrap(&mut self, val: bool)
Unwrap operation.
Sourcepub const fn allow_wrap_generated_random(&self) -> bool
pub const fn allow_wrap_generated_random(&self) -> bool
Wrap Generated Random operation.
Sourcepub const fn set_allow_wrap_generated_random(&mut self, val: bool)
pub const fn set_allow_wrap_generated_random(&mut self, val: bool)
Wrap Generated Random operation.
Sourcepub const fn allow_wrap(&self) -> bool
pub const fn allow_wrap(&self) -> bool
Wrap operation.
Sourcepub const fn set_allow_wrap(&mut self, val: bool)
pub const fn set_allow_wrap(&mut self, val: bool)
Wrap operation.
Sourcepub const fn allow_generate_random(&self) -> bool
pub const fn allow_generate_random(&self) -> bool
Generate Random operation.
Sourcepub const fn set_allow_generate_random(&mut self, val: bool)
pub const fn set_allow_generate_random(&mut self, val: bool)
Generate Random operation.
Sourcepub const fn allow_test_memory(&self) -> bool
pub const fn allow_test_memory(&self) -> bool
no description available.
Sourcepub const fn set_allow_test_memory(&mut self, val: bool)
pub const fn set_allow_test_memory(&mut self, val: bool)
no description available.
Sourcepub const fn allow_test_puf(&self) -> bool
pub const fn allow_test_puf(&self) -> bool
Test PUF operation.
Sourcepub const fn set_allow_test_puf(&mut self, val: bool)
pub const fn set_allow_test_puf(&mut self, val: bool)
Test PUF operation.
Trait Implementations§
impl Copy for Ar
impl Eq for Ar
impl StructuralPartialEq for Ar
Auto Trait Implementations§
impl Freeze for Ar
impl RefUnwindSafe for Ar
impl Send for Ar
impl Sync for Ar
impl Unpin for Ar
impl UnwindSafe for Ar
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