pub struct RegisterPPID {
pub is_indirect: bool,
pub is_offset_reg: bool,
pub is_offset_ext_reg: bool,
pub is_offset_num: bool,
pub ppid: Option<(PP, ID)>,
}Fields§
§is_indirect: bool§is_offset_reg: bool§is_offset_ext_reg: bool§is_offset_num: bool§ppid: Option<(PP, ID)>Implementations§
Trait Implementations§
Source§impl Clone for RegisterPPID
impl Clone for RegisterPPID
Source§fn clone(&self) -> RegisterPPID
fn clone(&self) -> RegisterPPID
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 RegisterPPID
impl Debug for RegisterPPID
Source§impl Default for RegisterPPID
impl Default for RegisterPPID
Source§fn default() -> RegisterPPID
fn default() -> RegisterPPID
Returns the “default value” for a type. Read more
Source§impl From<RegisterPPID> for u8
impl From<RegisterPPID> for u8
Source§fn from(arg: RegisterPPID) -> Self
fn from(arg: RegisterPPID) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RegisterPPID
impl PartialEq for RegisterPPID
Source§impl TryFrom<u8> for RegisterPPID
impl TryFrom<u8> for RegisterPPID
impl Eq for RegisterPPID
impl StructuralPartialEq for RegisterPPID
Auto Trait Implementations§
impl Freeze for RegisterPPID
impl RefUnwindSafe for RegisterPPID
impl Send for RegisterPPID
impl Sync for RegisterPPID
impl Unpin for RegisterPPID
impl UnwindSafe for RegisterPPID
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