#[repr(C)]pub struct s_Reldep {
pub name: Id,
pub evr: Id,
pub flags: c_int,
}Fields§
§name: Id§evr: Id§flags: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_Reldep
impl RefUnwindSafe for s_Reldep
impl Send for s_Reldep
impl Sync for s_Reldep
impl Unpin for s_Reldep
impl UnwindSafe for s_Reldep
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