pub enum BzImageType {
Legacy32,
Efi64,
}
Expand description
The type of the bzImage that we are building through make_bzimage
.
Currently, Legacy32 and Efi64 are mutually exclusive.
Variants§
Auto Trait Implementations§
impl Freeze for BzImageType
impl RefUnwindSafe for BzImageType
impl Send for BzImageType
impl Sync for BzImageType
impl Unpin for BzImageType
impl UnwindSafe for BzImageType
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