Struct alpm_sys::archive_entry
source · #[repr(C)]pub struct archive_entry { /* private fields */ }
Trait Implementations§
source§impl Clone for archive_entry
impl Clone for archive_entry
source§fn clone(&self) -> archive_entry
fn clone(&self) -> archive_entry
Returns a copy of the value. Read more
1.0.0 · 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 archive_entry
impl Debug for archive_entry
impl Copy for archive_entry
Auto Trait Implementations§
impl RefUnwindSafe for archive_entry
impl Send for archive_entry
impl Sync for archive_entry
impl Unpin for archive_entry
impl UnwindSafe for archive_entry
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