#[repr(usize)]pub enum PpcRegisterNumbers {
StackPointer = 1,
}Expand description
Offsets into CONTEXT_PPC::gpr for registers with a dedicated or conventional purpose
Variants§
StackPointer = 1
Trait Implementations§
Source§impl Clone for PpcRegisterNumbers
impl Clone for PpcRegisterNumbers
Source§fn clone(&self) -> PpcRegisterNumbers
fn clone(&self) -> PpcRegisterNumbers
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 PpcRegisterNumbers
impl Debug for PpcRegisterNumbers
Source§impl PartialEq for PpcRegisterNumbers
impl PartialEq for PpcRegisterNumbers
impl Copy for PpcRegisterNumbers
impl Eq for PpcRegisterNumbers
impl StructuralPartialEq for PpcRegisterNumbers
Auto Trait Implementations§
impl Freeze for PpcRegisterNumbers
impl RefUnwindSafe for PpcRegisterNumbers
impl Send for PpcRegisterNumbers
impl Sync for PpcRegisterNumbers
impl Unpin for PpcRegisterNumbers
impl UnwindSafe for PpcRegisterNumbers
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