pub struct Input {
pub minor: u32,
pub root: PathBuf,
}Expand description
One installed header tree and the release it is.
Fields§
§minor: u32The glibc minor version, so 28 for 2.28.
root: PathBufThe directory its headers are under, which is the one usr/include ends at.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Input
impl RefUnwindSafe for Input
impl Send for Input
impl Sync for Input
impl Unpin for Input
impl UnsafeUnpin for Input
impl UnwindSafe for Input
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