#[repr(transparent)]pub struct PubkeyRevoke(pub u32);
Expand description
Description collection: Revocation status for RoT public key generation [n].
Tuple Fields§
§0: u32
Implementations§
Source§impl PubkeyRevoke
impl PubkeyRevoke
Sourcepub const fn status(&self) -> PubkeyRevokeStatus
pub const fn status(&self) -> PubkeyRevokeStatus
Revocation status.
Sourcepub fn set_status(&mut self, val: PubkeyRevokeStatus)
pub fn set_status(&mut self, val: PubkeyRevokeStatus)
Revocation status.
Trait Implementations§
Source§impl Clone for PubkeyRevoke
impl Clone for PubkeyRevoke
Source§fn clone(&self) -> PubkeyRevoke
fn clone(&self) -> PubkeyRevoke
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 PubkeyRevoke
impl Default for PubkeyRevoke
Source§fn default() -> PubkeyRevoke
fn default() -> PubkeyRevoke
Returns the “default value” for a type. Read more
Source§impl PartialEq for PubkeyRevoke
impl PartialEq for PubkeyRevoke
impl Copy for PubkeyRevoke
impl Eq for PubkeyRevoke
impl StructuralPartialEq for PubkeyRevoke
Auto Trait Implementations§
impl Freeze for PubkeyRevoke
impl RefUnwindSafe for PubkeyRevoke
impl Send for PubkeyRevoke
impl Sync for PubkeyRevoke
impl Unpin for PubkeyRevoke
impl UnwindSafe for PubkeyRevoke
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
)