pub enum PEType {
Uki,
UkiAddon,
}Expand description
Type of Portable Executable (PE) file for boot.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PEType
impl RefUnwindSafe for PEType
impl Send for PEType
impl Sync for PEType
impl Unpin for PEType
impl UnwindSafe for PEType
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