pub struct SplitImmediatePlanSpec {
pub first_slot: u8,
pub second_slot: u8,
pub kind: SplitImmediateKindSpec,
}Expand description
Precomputed split-immediate descriptor for one encoding variant.
Fields§
§first_slot: u8First user-facing operand slot participating in the split.
second_slot: u8Second user-facing operand slot participating in the split.
kind: SplitImmediateKindSpecSplit packing kind.
Trait Implementations§
Source§impl Clone for SplitImmediatePlanSpec
impl Clone for SplitImmediatePlanSpec
Source§fn clone(&self) -> SplitImmediatePlanSpec
fn clone(&self) -> SplitImmediatePlanSpec
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 SplitImmediatePlanSpec
impl Debug for SplitImmediatePlanSpec
Source§impl PartialEq for SplitImmediatePlanSpec
impl PartialEq for SplitImmediatePlanSpec
impl Copy for SplitImmediatePlanSpec
impl Eq for SplitImmediatePlanSpec
impl StructuralPartialEq for SplitImmediatePlanSpec
Auto Trait Implementations§
impl Freeze for SplitImmediatePlanSpec
impl RefUnwindSafe for SplitImmediatePlanSpec
impl Send for SplitImmediatePlanSpec
impl Sync for SplitImmediatePlanSpec
impl Unpin for SplitImmediatePlanSpec
impl UnsafeUnpin for SplitImmediatePlanSpec
impl UnwindSafe for SplitImmediatePlanSpec
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