#[repr(transparent)]pub struct ImageKeyRevoke(pub u32);Expand description
Image key revocation ID (Monotonic counter)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for ImageKeyRevoke
impl Clone for ImageKeyRevoke
Source§fn clone(&self) -> ImageKeyRevoke
fn clone(&self) -> ImageKeyRevoke
Returns a duplicate 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 Debug for ImageKeyRevoke
impl Debug for ImageKeyRevoke
Source§impl Default for ImageKeyRevoke
impl Default for ImageKeyRevoke
Source§fn default() -> ImageKeyRevoke
fn default() -> ImageKeyRevoke
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImageKeyRevoke
impl PartialEq for ImageKeyRevoke
impl Copy for ImageKeyRevoke
impl Eq for ImageKeyRevoke
impl StructuralPartialEq for ImageKeyRevoke
Auto Trait Implementations§
impl Freeze for ImageKeyRevoke
impl RefUnwindSafe for ImageKeyRevoke
impl Send for ImageKeyRevoke
impl Sync for ImageKeyRevoke
impl Unpin for ImageKeyRevoke
impl UnwindSafe for ImageKeyRevoke
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