pub struct InstBitRange {
pub bits: RangeInclusive<u32>,
pub end_bit_pos: Pos,
pub start_bit_pos: Pos,
}Fields§
§bits: RangeInclusive<u32>§end_bit_pos: Pos§start_bit_pos: PosTrait Implementations§
Source§impl Clone for InstBitRange
impl Clone for InstBitRange
Source§fn clone(&self) -> InstBitRange
fn clone(&self) -> InstBitRange
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 InstBitRange
impl Debug for InstBitRange
Auto Trait Implementations§
impl Freeze for InstBitRange
impl RefUnwindSafe for InstBitRange
impl Send for InstBitRange
impl Sync for InstBitRange
impl Unpin for InstBitRange
impl UnwindSafe for InstBitRange
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