#[repr(C)]pub struct PkgSourceList { /* private fields */ }Expand description
Apt C++ Type
Trait Implementations
sourceimpl ExternType for PkgSourceList
impl ExternType for PkgSourceList
type Kind = Opaque
type Kind = Opaque
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
Auto Trait Implementations
impl RefUnwindSafe for PkgSourceList
impl !Send for PkgSourceList
impl !Sync for PkgSourceList
impl !Unpin for PkgSourceList
impl UnwindSafe for PkgSourceList
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