#[repr(C)]pub struct Spill {
pub inst: u32,
pub origin: RegisterA64,
pub slot: i8,
}Fields§
§inst: u32§origin: RegisterA64§slot: i8Implementations§
Trait Implementations§
impl Copy for Spill
impl Eq for Spill
impl StructuralPartialEq for Spill
Auto Trait Implementations§
impl Freeze for Spill
impl RefUnwindSafe for Spill
impl Send for Spill
impl Sync for Spill
impl Unpin for Spill
impl UnsafeUnpin for Spill
impl UnwindSafe for Spill
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