#[repr(C)]pub struct BaseDep {
pub name: String,
pub version: String,
pub comp: String,
pub dep_type: String,
pub ptr: SharedPtr<DepIterator>,
}Expand description
Struct representing a base dependency.
Fields
name: Stringversion: Stringcomp: Stringdep_type: Stringptr: SharedPtr<DepIterator>Trait Implementations
sourceimpl ExternType for BaseDep
impl ExternType for BaseDep
type Kind = Trivial
type Kind = Trivial
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
Auto Trait Implementations
impl RefUnwindSafe for BaseDep
impl !Send for BaseDep
impl !Sync for BaseDep
impl !Unpin for BaseDep
impl UnwindSafe for BaseDep
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