pub struct InstBit {
pub pos: Pos,
pub bit: u32,
}Fields§
§pos: Pos§bit: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstBit
impl RefUnwindSafe for InstBit
impl Send for InstBit
impl Sync for InstBit
impl Unpin for InstBit
impl UnwindSafe for InstBit
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