pub enum LdtrOrTrInstruction {
Sldt = 0,
Str = 1,
Lldt = 2,
Ltr = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LdtrOrTrInstruction
impl Clone for LdtrOrTrInstruction
Source§fn clone(&self) -> LdtrOrTrInstruction
fn clone(&self) -> LdtrOrTrInstruction
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 Debug for LdtrOrTrInstruction
impl Debug for LdtrOrTrInstruction
Source§impl PartialEq for LdtrOrTrInstruction
impl PartialEq for LdtrOrTrInstruction
impl Copy for LdtrOrTrInstruction
impl StructuralPartialEq for LdtrOrTrInstruction
Auto Trait Implementations§
impl Freeze for LdtrOrTrInstruction
impl RefUnwindSafe for LdtrOrTrInstruction
impl Send for LdtrOrTrInstruction
impl Sync for LdtrOrTrInstruction
impl Unpin for LdtrOrTrInstruction
impl UnwindSafe for LdtrOrTrInstruction
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