pub struct RocmSymbolEvidence {
pub name: String,
pub present: bool,
}Expand description
One validated runtime symbol.
Fields§
§name: StringSymbol name.
present: boolWhether the dynamic library exported the symbol.
Trait Implementations§
Source§impl Clone for RocmSymbolEvidence
impl Clone for RocmSymbolEvidence
Source§fn clone(&self) -> RocmSymbolEvidence
fn clone(&self) -> RocmSymbolEvidence
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 RocmSymbolEvidence
impl Debug for RocmSymbolEvidence
impl Eq for RocmSymbolEvidence
Source§impl PartialEq for RocmSymbolEvidence
impl PartialEq for RocmSymbolEvidence
impl StructuralPartialEq for RocmSymbolEvidence
Auto Trait Implementations§
impl Freeze for RocmSymbolEvidence
impl RefUnwindSafe for RocmSymbolEvidence
impl Send for RocmSymbolEvidence
impl Sync for RocmSymbolEvidence
impl Unpin for RocmSymbolEvidence
impl UnsafeUnpin for RocmSymbolEvidence
impl UnwindSafe for RocmSymbolEvidence
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