pub struct BaseLogical {
pub shifted_op: u32,
pub immediate_op: u32,
pub negate_imm: u32,
}Fields§
§shifted_op: u32§immediate_op: u32§negate_imm: u32Implementations§
Trait Implementations§
Source§impl Clone for BaseLogical
impl Clone for BaseLogical
Source§fn clone(&self) -> BaseLogical
fn clone(&self) -> BaseLogical
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 BaseLogical
impl Debug for BaseLogical
Source§impl Default for BaseLogical
impl Default for BaseLogical
Source§fn default() -> BaseLogical
fn default() -> BaseLogical
Returns the “default value” for a type. Read more
impl Copy for BaseLogical
Auto Trait Implementations§
impl Freeze for BaseLogical
impl RefUnwindSafe for BaseLogical
impl Send for BaseLogical
impl Sync for BaseLogical
impl Unpin for BaseLogical
impl UnsafeUnpin for BaseLogical
impl UnwindSafe for BaseLogical
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