#[repr(transparent)]pub struct AuthopkeyRevoke(pub u32);
Expand description
Description collection: Revocation status for RoT authenticated operation public key generation [n].
Tuple Fields§
§0: u32
Implementations§
Source§impl AuthopkeyRevoke
impl AuthopkeyRevoke
Sourcepub const fn status(&self) -> AuthopkeyRevokeStatus
pub const fn status(&self) -> AuthopkeyRevokeStatus
Revocation status.
Sourcepub fn set_status(&mut self, val: AuthopkeyRevokeStatus)
pub fn set_status(&mut self, val: AuthopkeyRevokeStatus)
Revocation status.
Trait Implementations§
Source§impl Clone for AuthopkeyRevoke
impl Clone for AuthopkeyRevoke
Source§fn clone(&self) -> AuthopkeyRevoke
fn clone(&self) -> AuthopkeyRevoke
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for AuthopkeyRevoke
impl Default for AuthopkeyRevoke
Source§fn default() -> AuthopkeyRevoke
fn default() -> AuthopkeyRevoke
Returns the “default value” for a type. Read more
Source§impl PartialEq for AuthopkeyRevoke
impl PartialEq for AuthopkeyRevoke
impl Copy for AuthopkeyRevoke
impl Eq for AuthopkeyRevoke
impl StructuralPartialEq for AuthopkeyRevoke
Auto Trait Implementations§
impl Freeze for AuthopkeyRevoke
impl RefUnwindSafe for AuthopkeyRevoke
impl Send for AuthopkeyRevoke
impl Sync for AuthopkeyRevoke
impl Unpin for AuthopkeyRevoke
impl UnwindSafe for AuthopkeyRevoke
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)