pub struct IsletRealmMetadata { /* private fields */ }Implementations§
Source§impl IsletRealmMetadata
impl IsletRealmMetadata
pub fn dump(&self)
pub fn verify_signature(&self) -> Result<(), Error>
pub fn validate(&self) -> Result<(), Error>
pub fn equal_rd_rim(&self, rim: &Measurement) -> bool
pub fn equal_rd_hash_algo(&self, hash_algo: u8) -> bool
pub fn svn(&self) -> usize
pub fn public_key(&self) -> &[u8; 96]
pub fn realm_id(&self) -> &[u8; 128]
Trait Implementations§
Source§impl Clone for IsletRealmMetadata
impl Clone for IsletRealmMetadata
Source§fn clone(&self) -> IsletRealmMetadata
fn clone(&self) -> IsletRealmMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IsletRealmMetadata
impl Debug for IsletRealmMetadata
Source§impl RawPtr for IsletRealmMetadata
impl RawPtr for IsletRealmMetadata
Source§impl SafetyAssured for IsletRealmMetadata
impl SafetyAssured for IsletRealmMetadata
Source§fn is_initialized(&self) -> bool
fn is_initialized(&self) -> bool
Checks if the instance is properly initialized. Read more
Source§fn verify_ownership(&self) -> bool
fn verify_ownership(&self) -> bool
Checks whether ownership rules are upheld for this instance,
with a particular focus on instances that originate from raw pointers. Read more
Source§impl SafetyChecked for IsletRealmMetadata
impl SafetyChecked for IsletRealmMetadata
fn is_not_null(&self) -> bool
fn is_aligned(&self) -> bool
impl Content for IsletRealmMetadata
impl Copy for IsletRealmMetadata
Auto Trait Implementations§
impl Freeze for IsletRealmMetadata
impl RefUnwindSafe for IsletRealmMetadata
impl Send for IsletRealmMetadata
impl Sync for IsletRealmMetadata
impl Unpin for IsletRealmMetadata
impl UnsafeUnpin for IsletRealmMetadata
impl UnwindSafe for IsletRealmMetadata
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