pub enum RB {
BND0 = 0,
BND1 = 1,
BND2 = 2,
BND3 = 3,
}
Expand description
16-byte bound registers.
Variants§
Trait Implementations§
impl Copy for RB
impl Eq for RB
impl StructuralPartialEq for RB
Auto Trait Implementations§
impl Freeze for RB
impl RefUnwindSafe for RB
impl Send for RB
impl Sync for RB
impl Unpin for RB
impl UnwindSafe for RB
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