pub enum TcbComponent {
EarlyMicrocodeUpdate,
LateMicrocodeUpdate,
}
Variants§
Trait Implementations§
Source§impl Clone for TcbComponent
impl Clone for TcbComponent
Source§fn clone(&self) -> TcbComponent
fn clone(&self) -> TcbComponent
Returns a duplicate 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 Debug for TcbComponent
impl Debug for TcbComponent
Source§impl PartialEq for TcbComponent
impl PartialEq for TcbComponent
Source§impl TryFrom<&str> for TcbComponent
impl TryFrom<&str> for TcbComponent
impl Copy for TcbComponent
impl Eq for TcbComponent
impl StructuralPartialEq for TcbComponent
Auto Trait Implementations§
impl Freeze for TcbComponent
impl RefUnwindSafe for TcbComponent
impl Send for TcbComponent
impl Sync for TcbComponent
impl Unpin for TcbComponent
impl UnwindSafe for TcbComponent
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