#[repr(C)]pub struct s_Repowriter {
pub repo: *mut Repo,
pub flags: c_int,
pub repodatastart: c_int,
pub repodataend: c_int,
pub solvablestart: c_int,
pub solvableend: c_int,
pub keyfilter: Option<unsafe extern "C" fn(repo: *mut Repo, key: *mut Repokey, kfdata: *mut c_void) -> c_int>,
pub kfdata: *mut c_void,
pub keyq: *mut Queue,
}Fields§
§repo: *mut Repo§flags: c_int§repodatastart: c_int§repodataend: c_int§solvablestart: c_int§solvableend: c_int§keyfilter: Option<unsafe extern "C" fn(repo: *mut Repo, key: *mut Repokey, kfdata: *mut c_void) -> c_int>§kfdata: *mut c_void§keyq: *mut QueueTrait Implementations§
Source§impl Clone for s_Repowriter
impl Clone for s_Repowriter
Source§fn clone(&self) -> s_Repowriter
fn clone(&self) -> s_Repowriter
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_Repowriter
impl Debug for s_Repowriter
impl Copy for s_Repowriter
Auto Trait Implementations§
impl Freeze for s_Repowriter
impl RefUnwindSafe for s_Repowriter
impl !Send for s_Repowriter
impl !Sync for s_Repowriter
impl Unpin for s_Repowriter
impl UnwindSafe for s_Repowriter
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