#[repr(C)]pub struct s_Datapos {
pub repo: *mut s_Repo,
pub solvid: Id,
pub repodataid: Id,
pub schema: Id,
pub dp: Id,
}Fields§
§repo: *mut s_Repo§solvid: Id§repodataid: Id§schema: Id§dp: IdTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_Datapos
impl RefUnwindSafe for s_Datapos
impl !Send for s_Datapos
impl !Sync for s_Datapos
impl Unpin for s_Datapos
impl UnwindSafe for s_Datapos
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