pub enum UefiCommandSet {
X64,
Aarch64,
}
Variants§
Trait Implementations§
Source§impl Clone for UefiCommandSet
impl Clone for UefiCommandSet
Source§fn clone(&self) -> UefiCommandSet
fn clone(&self) -> UefiCommandSet
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Inspect for UefiCommandSet
impl Inspect for UefiCommandSet
Source§impl PartialEq for UefiCommandSet
impl PartialEq for UefiCommandSet
impl StructuralPartialEq for UefiCommandSet
Auto Trait Implementations§
impl Freeze for UefiCommandSet
impl RefUnwindSafe for UefiCommandSet
impl Send for UefiCommandSet
impl Sync for UefiCommandSet
impl Unpin for UefiCommandSet
impl UnwindSafe for UefiCommandSet
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