Struct linux_perf_data::DsoBuildId
source · [−]Fields
path: Vec<u8>build_id: Vec<u8>Trait Implementations
sourceimpl Clone for DsoBuildId
impl Clone for DsoBuildId
sourcefn clone(&self) -> DsoBuildId
fn clone(&self) -> DsoBuildId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DsoBuildId
impl Debug for DsoBuildId
sourceimpl Hash for DsoBuildId
impl Hash for DsoBuildId
sourceimpl PartialEq<DsoBuildId> for DsoBuildId
impl PartialEq<DsoBuildId> for DsoBuildId
sourcefn eq(&self, other: &DsoBuildId) -> bool
fn eq(&self, other: &DsoBuildId) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DsoBuildId) -> bool
fn ne(&self, other: &DsoBuildId) -> bool
This method tests for !=.
impl Eq for DsoBuildId
impl StructuralEq for DsoBuildId
impl StructuralPartialEq for DsoBuildId
Auto Trait Implementations
impl RefUnwindSafe for DsoBuildId
impl Send for DsoBuildId
impl Sync for DsoBuildId
impl Unpin for DsoBuildId
impl UnwindSafe for DsoBuildId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more