pub struct UkiOptions {
pub file: PathBuf,
}Fields§
§file: PathBufPath to the UKI to inspect
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UkiOptions
impl RefUnwindSafe for UkiOptions
impl Send for UkiOptions
impl Sync for UkiOptions
impl Unpin for UkiOptions
impl UnsafeUnpin for UkiOptions
impl UnwindSafe for UkiOptions
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