#[repr(C)]pub struct s_Repodata {Show 15 fields
pub repodataid: Id,
pub repo: *mut s_Repo,
pub state: c_int,
pub loadcallback: Option<unsafe extern "C" fn(arg1: *mut s_Repodata)>,
pub start: c_int,
pub end: c_int,
pub keys: *mut Repokey,
pub nkeys: c_int,
pub keybits: [c_uchar; 32],
pub schemata: *mut Id,
pub nschemata: c_int,
pub schemadata: *mut Id,
pub spool: Stringpool,
pub localpool: c_int,
pub dirpool: Dirpool,
}Fields§
§repodataid: Id§repo: *mut s_Repo§state: c_int§loadcallback: Option<unsafe extern "C" fn(arg1: *mut s_Repodata)>§start: c_int§end: c_int§keys: *mut Repokey§nkeys: c_int§keybits: [c_uchar; 32]§schemata: *mut Id§nschemata: c_int§schemadata: *mut Id§spool: Stringpool§localpool: c_int§dirpool: DirpoolTrait Implementations§
Source§impl Clone for s_Repodata
impl Clone for s_Repodata
Source§fn clone(&self) -> s_Repodata
fn clone(&self) -> s_Repodata
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_Repodata
impl Debug for s_Repodata
impl Copy for s_Repodata
Auto Trait Implementations§
impl Freeze for s_Repodata
impl RefUnwindSafe for s_Repodata
impl !Send for s_Repodata
impl !Sync for s_Repodata
impl Unpin for s_Repodata
impl UnwindSafe for s_Repodata
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