#[repr(C)]pub struct s_Solvable {}Fields§
§name: Id§arch: Id§evr: Id§vendor: Id§repo: *mut s_Repo§provides: Offset§obsoletes: Offset§conflicts: Offset§requires: Offset§recommends: Offset§suggests: Offset§supplements: Offset§enhances: OffsetTrait Implementations§
Source§impl Clone for s_Solvable
impl Clone for s_Solvable
Source§fn clone(&self) -> s_Solvable
fn clone(&self) -> s_Solvable
Returns a duplicate 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 s_Solvable
impl Debug for s_Solvable
impl Copy for s_Solvable
Auto Trait Implementations§
impl Freeze for s_Solvable
impl RefUnwindSafe for s_Solvable
impl !Send for s_Solvable
impl !Sync for s_Solvable
impl Unpin for s_Solvable
impl UnwindSafe for s_Solvable
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