#[repr(C)]pub struct s_Repo {Show 14 fields
pub name: *const c_char,
pub repoid: Id,
pub appdata: *mut c_void,
pub pool: *mut Pool,
pub start: c_int,
pub end: c_int,
pub nsolvables: c_int,
pub disabled: c_int,
pub priority: c_int,
pub subpriority: c_int,
pub idarraydata: *mut Id,
pub idarraysize: c_int,
pub nrepodata: c_int,
pub rpmdbid: *mut Id,
}Fields§
§name: *const c_char§repoid: Id§appdata: *mut c_void§pool: *mut Pool§start: c_int§end: c_int§nsolvables: c_int§disabled: c_int§priority: c_int§subpriority: c_int§idarraydata: *mut Id§idarraysize: c_int§nrepodata: c_int§rpmdbid: *mut IdTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_Repo
impl RefUnwindSafe for s_Repo
impl !Send for s_Repo
impl !Sync for s_Repo
impl Unpin for s_Repo
impl UnwindSafe for s_Repo
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