#[repr(transparent)]pub struct Allow(pub u32);Expand description
PUF Allow
Tuple Fields§
§0: u32Implementations§
Source§impl Allow
impl Allow
Sourcepub const fn allowenroll(&self) -> bool
pub const fn allowenroll(&self) -> bool
Allow Enroll
Sourcepub const fn set_allowenroll(&mut self, val: bool)
pub const fn set_allowenroll(&mut self, val: bool)
Allow Enroll
Sourcepub const fn allowstart(&self) -> bool
pub const fn allowstart(&self) -> bool
Allow Start
Sourcepub const fn set_allowstart(&mut self, val: bool)
pub const fn set_allowstart(&mut self, val: bool)
Allow Start
Sourcepub const fn allowsetkey(&self) -> bool
pub const fn allowsetkey(&self) -> bool
Allow Set Key
Sourcepub const fn set_allowsetkey(&mut self, val: bool)
pub const fn set_allowsetkey(&mut self, val: bool)
Allow Set Key
Sourcepub const fn allowgetkey(&self) -> bool
pub const fn allowgetkey(&self) -> bool
Allow Get Key
Sourcepub const fn set_allowgetkey(&mut self, val: bool)
pub const fn set_allowgetkey(&mut self, val: bool)
Allow Get Key
Trait Implementations§
impl Copy for Allow
impl Eq for Allow
impl StructuralPartialEq for Allow
Auto Trait Implementations§
impl Freeze for Allow
impl RefUnwindSafe for Allow
impl Send for Allow
impl Sync for Allow
impl Unpin for Allow
impl UnwindSafe for Allow
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