Struct alpm_sys::__alpm_list_t
source · #[repr(C)]pub struct __alpm_list_t {
pub data: *mut c_void,
pub prev: *mut __alpm_list_t,
pub next: *mut __alpm_list_t,
}
Fields§
§data: *mut c_void
§prev: *mut __alpm_list_t
§next: *mut __alpm_list_t
Trait Implementations§
source§impl Clone for __alpm_list_t
impl Clone for __alpm_list_t
source§fn clone(&self) -> __alpm_list_t
fn clone(&self) -> __alpm_list_t
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 __alpm_list_t
impl Debug for __alpm_list_t
impl Copy for __alpm_list_t
Auto Trait Implementations§
impl RefUnwindSafe for __alpm_list_t
impl !Send for __alpm_list_t
impl !Sync for __alpm_list_t
impl Unpin for __alpm_list_t
impl UnwindSafe for __alpm_list_t
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