pub enum Iso {}Expand description
BootImageConfig for an ISO file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Iso
impl RefUnwindSafe for Iso
impl Send for Iso
impl Sync for Iso
impl Unpin for Iso
impl UnwindSafe for Iso
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